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

Automatically create release notes #30

Merged
merged 3 commits into from
Sep 10, 2020

Conversation

notlmn
Copy link
Contributor

@notlmn notlmn commented Jul 31, 2020

Closes #27.

@fregante
Copy link
Member

fregante commented Jul 31, 2020

This should be merged with npm-publish.yml because its push won't cause this workflow to run (and also because it's part of the same process)

@fregante fregante added the enhancement New feature or request label Jul 31, 2020
- uses: actions/checkout@v2
with:
fetch-depth: 100
- uses: notlmn/release-with-changelog@v1
Copy link
Member

Choose a reason for hiding this comment

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

Doesn't notlmn/release-with-changelog currently depend on the "tag push" event?

https://github.com/notlmn/release-with-changelog/blob/a3b2ce4e86a700ecfd8f13ff9a928afc1fd4dd11/index.js#L13

The tag here is created on line 26, so this has to follow it:

       - run: git push --follow-tags
       - uses: notlmn/release-with-changelog@v1
         env:
           RELEASE_TOKEN: ${{ secrets.GITHUB_TOKEN }}

@fregante fregante changed the title Create release notes using actions Automatically create release notes Sep 10, 2020
@fregante fregante merged commit e1f18ca into refined-github:master Sep 10, 2020
@fregante
Copy link
Member

Thank you!

@notlmn notlmn deleted the release-notes branch September 11, 2020 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

Create release notes via GitHub Actions
2 participants