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

Introduce changie for CHANGELOG management & releases #3

Merged
merged 5 commits into from
Aug 4, 2024

Conversation

luislavena
Copy link
Owner

@luislavena luislavena commented Jul 20, 2024

Keep track of changes on this project and help organize them using changie to keep and maintain the CHANGELOG.

This will also enforce the need for unreleased changes part of the PR itself and will fail otherwise.

Manual workflow involves:

  1. changie new to create a new fragment that represent the changes introduced by a PR
  2. changie batch auto to prepare a new release and version it automatically based on the unreleased changes (see .changie.yaml for which kind of changes will bump different versions)
  3. changie merge to consolidate the new release along the previous ones and update shard.yml with the new version information.

TODO:

  • Updates shard.yml when batching a new release
  • Automate release generation

@luislavena luislavena changed the title Introduce changie Introduce changie for CHANGELOG management & releases Jul 20, 2024
Aims to help with the CHANGELOG generation and tracking to ensure each
new release contains the necessary information for other developers
while keep a documented history of the project itself.
GitHub workflow that verifies if CHANGELOG 'changes' are part of the PR.
Add manual workflow that generates a release PR
Tag and push a new release once the CHANGELOG changes are merged back
into `main` branch.

Pending building binaries and attaching the artifacts to the release.
@luislavena luislavena merged commit 98ca630 into main Aug 4, 2024
3 checks passed
@luislavena luislavena deleted the introduce-changie branch August 4, 2024 10:14
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.

1 participant