Skip to content

Commit

Permalink
docs: add releasing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredallard committed Dec 16, 2023
1 parent aa7c5a1 commit 2e0f9d9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,22 @@ task build
task test
```

### Releasing

Create a tag locally:

```bash
git tag -a vX.Y.Z
```

Push the tag:

```bash
git push origin vX.Y.Z
```

Wait for CI to build and publish the release (Github Actions).

## License

The original code, as of the fork, is licensed under the Apache 2.0
Expand Down

0 comments on commit 2e0f9d9

Please sign in to comment.