Skip to content

Commit

Permalink
docs: notes on releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwwright committed Oct 17, 2023
1 parent 83bb12d commit 40983c3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,13 @@ steps:
### `message` (Required, string)

The message to annotate onto the build.
The message to annotate onto the build.

## Releasing

Push a version tag to trigger new release via [Github Actions workflow](./.github/workflows/release.yaml).

```
git tag v0.1.0
git push --tags
```

0 comments on commit 40983c3

Please sign in to comment.