Skip to content

Commit

Permalink
doc: Remove AUR from release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Oct 9, 2020
1 parent 964b937 commit 2c74704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Creating a Release

[GitHub](https://github.com/orhun/kmon/releases), [crates.io](https://crates.io/crates/kmon/), [AUR](https://aur.archlinux.org/packages/?O=0&SeB=nd&K=Linux+kernel+manager+and+activity&outdated=&SB=n&SO=a&PP=50&do_Search=Go) and [Docker](https://hub.docker.com/r/orhunp/kmon) releases are automated via [GitHub actions](https://github.com/orhun/kmon/blob/master/.github/workflows/cd.yml) and triggered by pushing a tag.
[GitHub](https://github.com/orhun/kmon/releases), [crates.io](https://crates.io/crates/kmon/) and [Docker](https://hub.docker.com/r/orhunp/kmon) releases are automated via [GitHub actions](https://github.com/orhun/kmon/blob/master/.github/workflows/cd.yml) and triggered by pushing a tag.

1. Bump the [version](https://semver.org/spec/v2.0.0.html) in [Cargo.toml](https://github.com/orhun/kmon/blob/master/Cargo.toml) and run the app to update [Cargo.lock](https://github.com/orhun/kmon/blob/master/Cargo.lock).
2. Ensure [CHANGELOG.md](https://github.com/orhun/kmon/blob/master/CHANGELOG.md) is updated according to the [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format.
Expand All @@ -11,4 +11,4 @@

## License

GNU General Public License ([3.0](https://www.gnu.org/licenses/gpl.txt))
GNU General Public License ([3.0](https://www.gnu.org/licenses/gpl.txt))

0 comments on commit 2c74704

Please sign in to comment.