Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: use release-please #280

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

leo-desbureaux-tellae
Copy link
Contributor

@leo-desbureaux-tellae leo-desbureaux-tellae commented Nov 22, 2024

PR contents

  • add a release-please action, that allows manually creating new releases by merging a PR
  • rename VERSION into version.txt
  • add an action that checks PRs' title to ensure that it uses the conventional commit format

Release Please

Presentation and usage

Release Please automates CHANGELOG generation, the creation of GitHub releases, and version bumps

Release Please will create and update a release PR when the develop branch receives pushes. When we are ready to release, simply merge the PR.

Commits on the develop branch have to follow the conventional commit convention. This can be done by squash-merging the PRs (highly recommended) and having the title in conventional commit style (hence the action that checks the PRs' titles). We can force the squash-merging and also modify the commit message in the settings, see here. Commits on the working branch don't have to be conventional commits.

Release Please config

See here for the config options of Release Please.

  • release-type: simple (a repository with a version.txt and a CHANGELOG.md)

  • versioning strategy: default (breaking changes bump the major version, features bump the minor version, bugfixes bump the patch version)

TODO

  • Setup a Personal Access Token for the Eqasim repository (proposed name: EQASIM_PAT)
  • Force the squash-merging and modify the commit message in the settings ?

Closes #276
Closes #188

@leo-desbureaux-tellae leo-desbureaux-tellae marked this pull request as draft November 22, 2024 13:16
@leo-desbureaux-tellae leo-desbureaux-tellae marked this pull request as ready for review November 24, 2024 12:30
@leo-desbureaux-tellae
Copy link
Contributor Author

@sebhoerl more details about what I say here

We can force the squash-merging and also modify the commit message in the settings

I think it can be useful, seeing that the default commit title and body are defined as

The default message uses the commit title and message if the pull request contains only 1 commit, or the pull request title and list of commits if the pull request contains 2 or more commits.

In my day to day uses, I always remove the list of commits that compose the merged branch, because they can be internal fixes of the branch, etc. And I fear that with the automatic changelog generation will include this body, and then make things a little messy.

But this is only Quality-Of-Life for people that merge the branches, and maybe you want to keep all options available. Up to you to decide if its relevant or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use standard-version New releases
1 participant