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

CD: Improve flow #163

Open
cbrzn opened this issue Jul 6, 2023 · 0 comments
Open

CD: Improve flow #163

cbrzn opened this issue Jul 6, 2023 · 0 comments
Milestone

Comments

@cbrzn
Copy link
Collaborator

cbrzn commented Jul 6, 2023

TODO:

  • currently we need to create two PRs to do a release
    • one to update version, which will trigger a new PR
    • triggered PR, to add release notes
      this can be improved with:
    • push a tag with the new version to gh
    • once the tag is pushed, it will trigger the creation of a new PR, where the release notes are going to be added

this way we only add one commit to main branch and users can navigate to any state of the code using tags

  • now that we're using conventional commits we can automate the process of adding release notes https://git-cliff.org
@cbrzn cbrzn changed the title CD: Add gitcliff to release notes CD: Improve flow Jul 6, 2023
@cbrzn cbrzn added this to Execution Jul 12, 2023
@cbrzn cbrzn added this to the MVP milestone Jul 12, 2023
@cbrzn cbrzn moved this to Todo in Execution Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant