Skip to content

Commit

Permalink
[Chore] Add release checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastro committed Sep 5, 2023
1 parent f3e8f61 commit c40a902
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c40a902

Please sign in to comment.