Skip to content

Commit

Permalink
Add information about arch package
Browse files Browse the repository at this point in the history
Add information on how to install tkn on Arch.
Add release process information on how to let the arch packager know
that the arch package is outdated.

Signed-off-by: Chmouel Boudjnah <[email protected]>
  • Loading branch information
chmouel authored and tekton-robot committed Mar 14, 2022
1 parent 95cc224 commit eaebccb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,14 @@ You can install `tektoncd-cli` from [nixpkgs](https://github.com/NixOS/nixpkgs)
```shell
nix-env --install tektoncd-cli
```
### Arch / Manjaro

You can install [`tektoncd-cli`](https://archlinux.org/packages/community/x86_64/tekton-cli/) from the official arch package repository :

```shell
pacman -S tektoncd-cli
```

### Homebrew on Linux

You can install the latest tektoncd-cli if you are using [Homebrew on Linux](https://docs.brew.sh/Homebrew-on-Linux) as for the osx version you need to simply do :
Expand Down
3 changes: 3 additions & 0 deletions RELEASE_PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ dnf upgrade tektoncd-cli

* [tkn image](https://github.com/tektoncd/plumbing/blob/main/tekton/images/tkn/Dockerfile)


- Go to https://archlinux.org/packages/community/x86_64/tekton-cli/flag/ and let the packagers know the package is out of date by leaving a message to the release url and your email address so they can update it.

- Update the version numbers in the main [README.md](README.md) to the version you are releasing by opening a pull request to the main branch of this repository. Do not worry about updating the README for the release branch.

- Make sure we have a nice ChangeLog before doing the release, listing `features`
Expand Down

0 comments on commit eaebccb

Please sign in to comment.