-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add installation instructions, release checklist [ci skip]
- Loading branch information
Showing
2 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Release checklist | ||
|
||
- [ ] Update version in `Cargo.toml` | ||
- [ ] Create release commit | ||
- [ ] Create a changelog from commits from previous release to this release, | ||
ammend it onto release commit. | ||
- [ ] Create a annotated tag (`git tag -a vN.N.N`) | ||
- [ ] Update [Homebrew](https://github.com/sondr3/homebrew-taps) | ||
- [ ] Update [Nixpkgs](https://github.com/sondr3/nixpkgs/blob/master/pkgs/applications/version-management/git-and-tools/git-ignore/default.nix) | ||
- [ ] Update AUR package | ||
- [ ] Add changelog entry to release on GitHub |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters