Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
release-please
in the loop: each push tomain
generates a PR which updates the changelog based on the latest commits (need to follow the conventional commit rules to work), and bumps the package version (prereleases). Once the PR is merged, a new tag/release is created, and a new image is pushed to the registry.commitlint
to make sure the commits are following conventional commit rules.Example of a generated tag: https://github.com/aldbr/diracx-web/releases/tag/v0.1.0-a1
Example of a generated release: https://github.com/aldbr/diracx-web/releases (a lot of useless info here but expected for the 1st release. Note that we could edit the changelog within the merged PRs but they would need to be squashed, see https://github.com/googleapis/release-please?tab=readme-ov-file#how-can-i-fix-release-notes)
And the generated images: https://github.com/aldbr/diracx-web/pkgs/container/diracx-web%2Fstatic
Why
release-please
?