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

chore: automate changelog generation on release branch #4914

Merged
merged 3 commits into from
Oct 4, 2023

Conversation

gastonfournier
Copy link
Contributor

About the changes

This generates the changelog in the branch taking into account latest release (it's conditional to wether the release ends with .0 or not)

@vercel
Copy link

vercel bot commented Oct 3, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Ignored Deployments
Name Status Preview Comments Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) Visit Preview Oct 3, 2023 1:35pm
unleash-monorepo-frontend ⬜️ Ignored (Inspect) Visit Preview Oct 3, 2023 1:35pm

@@ -21,7 +24,9 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GH_PUSH_TOKEN }}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hopefully with permissions: contents: write we don't need this anymore

@chriswk
Copy link
Contributor

chriswk commented Oct 3, 2023

Having tested this, it seems to work

Copy link
Contributor

@chriswk chriswk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. But I was part of the work so we might want to wait for another approval

@gastonfournier gastonfournier merged commit 8adc711 into main Oct 4, 2023
9 checks passed
@gastonfournier gastonfournier deleted the git-cliff-automate branch October 4, 2023 09:52
gastonfournier added a commit that referenced this pull request Oct 4, 2023
## About the changes
This generates the changelog in the branch taking into account latest
release (it's conditional to wether the release ends with .0 or not)
@gastonfournier
Copy link
Contributor Author

LGTM. But I was part of the work so we might want to wait for another approval

We'll test it out with @andreas-unleash in 5.5.4 patch release

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

Successfully merging this pull request may close these issues.

None yet

2 participants