Skip to content

Commit

Permalink
Release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
boronine committed Dec 8, 2023
1 parent d037b98 commit 2cf8219
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0
3.0.6
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,6 @@ bundle exec rspec

1. Log in to [rubygems.org](https://rubygems.org/) using our shared [hsluv](https://rubygems.org/profiles/hsluv) profile
2. Make a new API key if necessary, copy it to GitHub Actions `HSLUV_RUBYGEMS_API_KEY` secret
3. Run [gem.yml](./github/workflows/gem.yml)
3. Update [hsluv.gemspec](./hsluv.gemspec) with new version, e.g. `1.0.2.rc1`, push to a branch
4. Run [gem.yml workflow](https://github.com/hsluv/hsluv-ruby/actions/workflows/gem.yml) on that branch
5. Sanity check: `gem install --user-install hsluv -v 1.0.2.rc1`
2 changes: 1 addition & 1 deletion hsluv.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = 'hsluv'
spec.version = '1.0.2.rc1'
spec.version = '1.0.2'
spec.authors = ['Radu-Bogdan Croitoru', 'HSLuv Contributors']
spec.email = ['[email protected]', '[email protected]']

Expand Down

0 comments on commit 2cf8219

Please sign in to comment.