File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
223230This project follows the {conventional-commits} specification.
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
3+ # x-release-please-start-version
34module Rubyists
45 module Linear
5- # x-release-please-start-version
66 VERSION = '2.0.1'
7- # x-release-please-end
87 end
98end
9+ # x-release-please-end
You can’t perform that action at this time.
0 commit comments