Skip to content

Commit 87d6398

Browse files
authored
Merge pull request #15 from njam/docs-release
Add docs about releasing a new version
2 parents 1fe5137 + 78106a3 commit 87d6398

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

HACKING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Release a New Version
2+
---------------------
3+
1. Update `CHANGELOG.md` and `Cargo.toml`.
4+
2. Create a tag `vX.X.X` and push it to Github.
5+
3. Check out the tag locally, then run `cargo publish` to publish to [crates.io].
6+
7+
[crates.io]: https://crates.io/crates/slog-json

0 commit comments

Comments
 (0)