diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7256940..0db3ef8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -51,3 +51,10 @@ you must be able to justify that. - [ ] My commits comply with [the policy used in Serokell](https://www.notion.so/serokell/Where-and-how-to-commit-your-work-58f8973a4b3142c8abbd2e6fd5b3a08e). - [ ] My code complies with the [style guide](../tree/master/docs/code-style.md). + +## ✓ Release Checklist + +- [ ] I updated the version number in `package.yaml`. +- [ ] (After merging) I created a new entry in the [releases](https://github.com/serokell/tzbot/releases) page, + with a summary of all user-facing changes. + * I made sure a tag was created using the format `vX.Y` diff --git a/package.yaml b/package.yaml index ce07731..ab02e2e 100644 --- a/package.yaml +++ b/package.yaml @@ -3,7 +3,7 @@ # SPDX-License-Identifier: MPL-2.0 name: tzbot -version: 0.1.0.0 +version: 1.0 github: serokell/tzbot license: MPL-2.0 license-file: LICENSE