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

Git tagging and git cliff #118

Open
iPromKnight opened this issue Mar 7, 2024 · 1 comment · May be fixed by #219
Open

Git tagging and git cliff #118

iPromKnight opened this issue Mar 7, 2024 · 1 comment · May be fixed by #219
Labels
enhancement New feature or request

Comments

@iPromKnight
Copy link
Collaborator

One of the tasks we need to do is to implement git tags on the repo, so we can maintain a changelog with git cliff.

This will help us keep track of the changes and features we add to our project.

To do this, we will need to update our existing workflows to utilise tags, including these in docker container tags too.

This way, we can ensure that our docker images are consistent with our git versions. We will also set up a github action that fires at the same time as builds, and updates the changelog from the commits. This will automate the process and save us time and effort.

Everything should be tagged - even pre-release (alpha) merges into main, then cliff will maintain the full changelog.

@iPromKnight iPromKnight added the enhancement New feature or request label Mar 7, 2024
@purple-emily
Copy link
Collaborator

I think this should be a high priority.

@FunkeCoder23 FunkeCoder23 linked a pull request May 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants