Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/gem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ jobs:
bundle install
TRACE="$TRACE" GEM_TOKEN="$GEM_TOKEN" ./ci/publish-gem.sh "$REGISTRY"
shell: bash
env:
GEM_NAME: linear-cli
2 changes: 1 addition & 1 deletion .release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"extra-files": [
{
"type": "generic",
"path": "lib/linear/version.rb"
"path": "lib/linear/cli/version.rb"
},
{
"type": "generic",
Expand Down
7 changes: 7 additions & 0 deletions Readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,13 @@ The project uses Minitest and RuboCop. Run tests with Rake:
$ bundle exec rake
----

=== Build the gem

[source,bash]
----
$ bundle exec gem build
----

=== Conventional Commits (semantic commit messages)

This project follows the {conventional-commits} specification.
Expand Down