We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61bf747 commit d370dd6Copy full SHA for d370dd6
3 files changed
.github/workflows/gem.yaml
@@ -32,3 +32,5 @@ jobs:
32
bundle install
33
TRACE="$TRACE" GEM_TOKEN="$GEM_TOKEN" ./ci/publish-gem.sh "$REGISTRY"
34
shell: bash
35
+ env:
36
+ GEM_NAME: linear-cli
.release-please-config.json
@@ -11,7 +11,7 @@
11
"extra-files": [
12
{
13
"type": "generic",
14
- "path": "lib/linear/version.rb"
+ "path": "lib/linear/cli/version.rb"
15
},
16
17
Readme.adoc
@@ -218,6 +218,13 @@ The project uses Minitest and RuboCop. Run tests with Rake:
218
$ bundle exec rake
219
----
220
221
+=== Build the gem
222
+
223
+[source,bash]
224
+----
225
+$ bundle exec gem build
226
227
228
=== Conventional Commits (semantic commit messages)
229
230
This project follows the {conventional-commits} specification.
0 commit comments