Skip to content

Commit d370dd6

Browse files
authored
fix: Fix gem publisher (#15)
* fix: Corrects publisher for gem * fix: Corrects library autoversioning * fix: Adds trailing newline back
1 parent 61bf747 commit d370dd6

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.github/workflows/gem.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ jobs:
3232
bundle install
3333
TRACE="$TRACE" GEM_TOKEN="$GEM_TOKEN" ./ci/publish-gem.sh "$REGISTRY"
3434
shell: bash
35+
env:
36+
GEM_NAME: linear-cli

.release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"extra-files": [
1212
{
1313
"type": "generic",
14-
"path": "lib/linear/version.rb"
14+
"path": "lib/linear/cli/version.rb"
1515
},
1616
{
1717
"type": "generic",

Readme.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,13 @@ The project uses Minitest and RuboCop. Run tests with Rake:
218218
$ bundle exec rake
219219
----
220220

221+
=== Build the gem
222+
223+
[source,bash]
224+
----
225+
$ bundle exec gem build
226+
----
227+
221228
=== Conventional Commits (semantic commit messages)
222229

223230
This project follows the {conventional-commits} specification.

0 commit comments

Comments
 (0)