Skip to content

Commit e7e657b

Browse files
committed
Updated readme instructions to create new release
1 parent eaa2258 commit e7e657b

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Launchr
22

3-
Launchr is a CLI action runner that executes actions inside short-lived local containers.
4-
Actions are defined in `action.yaml` files, which are automatically discovered in the filesystem.
5-
They can be placed anywhere that makes sense semantically. You can find action examples [here](example) and in the [documentation](docs).
3+
Launchr is a CLI action runner that executes actions inside short-lived local containers.
4+
Actions are defined in `action.yaml` files, which are automatically discovered in the filesystem.
5+
They can be placed anywhere that makes sense semantically. You can find action examples [here](example) and in the [documentation](docs).
66
Launchr has a plugin system that allows to extend its functionality. See [core plugins](plugins), [compose](https://github.com/launchrctl/compose) and [documentation](docs).
77

88
## Table of contents
@@ -27,7 +27,7 @@ bin/launchr --help
2727
The documentation for `launchr` usage can be found in [docs](docs).
2828

2929
If you face any issues with `launchr`:
30-
1. Open an issue in the repo.
30+
1. Open an issue in the repo.
3131
2. Share the app version with `launchr --version`
3232

3333
## Installation
@@ -46,7 +46,7 @@ make install
4646
launchr --version
4747
```
4848

49-
The tool will be installed in `$GOPATH/bin` which is usually `~/go/bin`.
49+
The tool will be installed in `$GOPATH/bin` which is usually `~/go/bin`.
5050
If `GOPATH` env variable is not available, make sure you have it in `~/.bashrc` or `~/.zhrc`:
5151

5252
```shell
@@ -80,11 +80,6 @@ Useful make commands:
8080

8181
## Publishing a new release
8282

83-
1. Install [goreleaser](https://goreleaser.com/install/)
84-
2. Create an [Access token on GitHub](https://github.com/settings/tokens)
85-
3. Create a tag, build a release and push
86-
```shell
87-
git tag -a v0.0.0 -m "Release notes"
88-
export GITHUB_TOKEN="[TOKEN]"
89-
goreleaser release --clean
90-
```
83+
- Just create new release [from UI](https://github.com/launchrctl/launchr/releases/new)
84+
- Github Action will compile new binaries using [goreleaser](https://goreleaser.com/) and attach them to release
85+

0 commit comments

Comments
 (0)