diff --git a/.github/workflows/gem.yaml b/.github/workflows/gem.yaml index a2b161e..297d96b 100644 --- a/.github/workflows/gem.yaml +++ b/.github/workflows/gem.yaml @@ -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 diff --git a/.release-please-config.json b/.release-please-config.json index 28c55aa..8fafe06 100644 --- a/.release-please-config.json +++ b/.release-please-config.json @@ -11,7 +11,7 @@ "extra-files": [ { "type": "generic", - "path": "lib/linear/version.rb" + "path": "lib/linear/cli/version.rb" }, { "type": "generic", diff --git a/Readme.adoc b/Readme.adoc index e4491f1..fd39c77 100644 --- a/Readme.adoc +++ b/Readme.adoc @@ -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.