Skip to content

Commit

Permalink
Docs: Add CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Apr 1, 2024
1 parent 024582e commit 3da1978
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Contributing

## Publish releases

1. Edit the [gemspec](./amethyst.gemspec) file and bump `spec.version`.
2. Commit to Git, and push to main branch.
3. Tag commit and push tag.

CI will create the package and upload it to rubygems.org.

0 comments on commit 3da1978

Please sign in to comment.