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: use release-please to automate versioning, changelogs and GitHub releases #165

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LucianBuzzo
Copy link

Using this action, as long as contributors follow the conventional commit guidelines new versions, releases and changelog updates can be automated. This action can also be extended to automate npm publishing on version-up. For maintainers, this reduces a lot of overhead in the "admin" of new releases, and for consumers, it increases clarity on new changes. Note that for the PRs created by release-please to be able to trigger further GitHub actions, a token will need to be provided. In this case, I've pointed to a secret called RELEASE_PLEASE_TOKEN. See https://github.com/googleapis/release-please-action#github-credentials for more information on this.

…ub releases

Using this action, as long as contributors follow the [conventional commit guidelines](https://www.conventionalcommits.org/en/v1.0.0/)
new versions, releases and changelog updates can be automated.
This action can also be extended to [automate npm publishing](https://github.com/googleapis/release-please-action#automating-publication-to-npm) on version-up.
For maintainers this reduces a lot of overhead in the "admin" of new
releases, and for consumers it increases clarity on new changes.
Note that for the PRs created by release-please to be able to trigger
further GitHub actions, a `token` will need to be provided. In this case
I've pointed to a secret called `RELEASE_PLEASE_TOKEN`. See
https://github.com/googleapis/release-please-action#github-credentials
for more information on this.
@LucianBuzzo
Copy link
Author

@ibalosh Can you take a look at this? I think it will be a nice improvement.

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