We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ecc78 commit a5d4d3dCopy full SHA for a5d4d3d
CONTRIBUTING.md
@@ -24,3 +24,20 @@ rake version:set
24
```
25
26
which will update the `lib/*/version.rb` file for all the gems. Make sure to commit these changes.
27
+
28
29
+## Making a release
30
31
+- update versions
32
+ - [ ] bump the versions in `rcee.gemspec`
33
+ - [ ] `rake version:set`
34
+ - [ ] update `CHANGELOG.md`
35
+ - [ ] git commit
36
+ - [ ] git tag
37
+- build
38
+ - [ ] `rake clean clobber`
39
+ - [ ] `rake package`
40
+- push
41
+ - [ ] `for gem in gems/*.gem ; do gem push $gem ; done`
42
+ - [ ] `git push && git push --tags`
43
+ - [ ] release marker at https://github.com/flavorjones/ruby-c-extensions-explained/releases
0 commit comments