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

feat: add new release-PR template #144

Merged
merged 4 commits into from
Jul 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Release vX.Y.Z

**Each reviewer needs to check that these conditions are met before approving the PR.**

- [ ] Checked that the release is on the correct branch name of the form `release-vX.Y.Z`
- [ ] Added the `changelog:skip` label and the relevant `release` label to this PR
- [ ] Updated the [`CHANGELOG.md`](https://github.com/manta-network/manta-rs/blob/main/CHANGELOG.md)
- [ ] Updated the version numbers in the `Cargo.toml` for each crate in the workspace
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]
### Added
- [\#144](https://github.com/Manta-Network/manta-rs/pull/144) Add new release PR template for future releases

### Changed

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# manta-rs

[![Workflow Status](https://flat.badgen.net/github/checks/Manta-Network/manta-rs?label=workflow)](https://github.com/Manta-Network/manta-rs/actions)
[![Workflow Status](https://flat.badgen.net/github/status/Manta-Network/manta-rs?label=workflow)](https://github.com/Manta-Network/manta-rs/actions)
[![Latest Release](https://flat.badgen.net/github/release/Manta-Network/manta-rs)](https://github.com/Manta-Network/manta-rs/releases)

_Rust Crates for the Manta Network Ecosystem_
Expand Down