Skip to content

Commit

Permalink
A few more doc fix-ups (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Dibowitz <[email protected]>
  • Loading branch information
jaymzh authored Mar 5, 2024
1 parent f3218ec commit c4c2cd3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,24 +79,6 @@ go build -o kubectl-d

Then stick `kubectl-d` somewhere in your path.

## Releasing (WIP)

Build a scratch release with:

```
goreleaser release --skip-validate --snapshot --clean
```

Or for a real release, make a tag and releaser will release
that tag.

```
version="v0.0.1"
git tag -a v${version?} -m "version ${version?}" -s
git push origin --tags
goreleaser release
```

## Thanks

A huge thanks to Benjamin Muschko's [Writing your first kubectl
Expand Down
17 changes: 17 additions & 0 deletions RELEASE_PROCESS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Releasing kubectl-daemons (WIP)

Build a scratch release with:

```
goreleaser release --skip-validate --snapshot --clean
```

Or for a real release, make a tag and releaser will release
that tag.

```
version="0.0.1"
git tag -a v${version?} -m "version ${version?}" -s
git push origin --tags
goreleaser release
```

0 comments on commit c4c2cd3

Please sign in to comment.