@@ -17,7 +17,8 @@ Bootstrap a new Ruby gem in five minutes or less.
17
17
- [ Standard] Ruby style guide, linter, and formatter.
18
18
- Productive and fun testing with [ RSpec] .
19
19
- Code coverage reporting with [ SimpleCov] .
20
- - Continuous testing and gem publishing with [ GitHub Actions] .
20
+ - Fully automated version management and package publishing with [ semantic-release] .
21
+ - Continuous checks and tests with [ GitHub Actions] .
21
22
- [ Keep a CHANGELOG] .
22
23
- Consistent coding with [ EditorConfig] .
23
24
- Badges from [ Shields.io] .
@@ -32,6 +33,7 @@ Bootstrap a new Ruby gem in five minutes or less.
32
33
[ rspec ] : https://rspec.info/
33
34
[ ruby ] : https://www.ruby-lang.org/
34
35
[ rubygems.org ] : https://rubygems.org/
36
+ [ semantic-release ] : https://semantic-release.gitbook.io/semantic-release/
35
37
[ shields.io ] : https://shields.io/
36
38
[ simplecov ] : https://github.com/simplecov-ruby/simplecov
37
39
[ standard ] : https://github.com/testdouble/standard
@@ -192,7 +194,7 @@ These must be set manually.
192
194
193
195
### Secrets for Optional GitHub Actions
194
196
195
- The version and format GitHub actions
197
+ The version, format, generate, and semantic-release GitHub actions
196
198
require a user with write access to the repository.
197
199
Set these additional secrets to enable the action:
198
200
0 commit comments