Skip to main content

Add contributing instructions

ID
b612f53
date
2025-09-08 12:49:16+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
4d27c2c
message
Add contributing instructions
changed files
1 file, 11 additions

Changed files

CONTRIBUTING.md (0) → CONTRIBUTING.md (355)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..be23ab5
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,11 @@
+# CONTRIBUTING
+
+## Releasing a new version
+
+1.  Bump the version number in `Cargo.toml`
+2.  Create a new changelog entry for your version in `CHANGELOG.md`
+3.  Commit your change
+4.  Create a Git tag with your version number
+5.  Push your new commit and Git tag to GitHub
+
+GitHub Actions will then build and release a new version of the CLI tool for you.