getsentry / action-release

GitHub Action for creating a release on Sentry
Apache License 2.0
446 stars 53 forks source link

New release checklist for [version number] #106

Closed ghapz120 closed 1 year ago

ghapz120 commented 2 years ago

You can see the action released in here.

Checklist for a new release:

ghapz120 commented 2 years ago

You can see the action released in here.

Checklist for a new release:

* [ ]  Create a PR that bumps the version in `package.json` and merge it

* [ ]  Once merged, visit the [releases page](https://github.com/getsentry/action-release/releases)

  * [ ]  Create a new release
  * [ ]  Name the release (You can use the version number if you want)
  * [ ]  Describe the release by looking at what commits landed on master since the last release
  * Create a new tag by entering it in the drop down

    * [ ]  If it's a security update, tag is a patch release
    * [ ]  If it's just some improvements or bug fix, tag is a minor release
    * [ ]  If there are _breaking_ changes, tag it as a major release

      * [ ]  Figure out if we need to do an external annoucement of sorts

* [ ]  Once published, visit [the marketplace](https://github.com/marketplace/actions/sentry-release) to see that the release is showing up
ghapz120 commented 2 years ago