Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
peyronc committed Jul 5, 2024
1 parent 150087b commit 2653145
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ Run `make tests` to run the tests.
1. After all your changes are reviewed and merged
2. Create a `release` branch
3. Update the version in field `s.version` from file `ad_licenselint.gemspec`
4. Execute `make publish`
5. Update `VERSION` from file `danger-ad_lincenselint/lib/ad_licencelint/gem_version.rb` and `fatlane-plugin-ad_licenselint/lib/fastlane/plugin/ad_licencelint/gem_version.rb`
4. Update `VERSION` from file `danger-ad_lincenselint/lib/ad_licencelint/gem_version.rb` and `fatlane-plugin-ad_licenselint/lib/fastlane/plugin/ad_licencelint/gem_version.rb`
5. Execute `make publish`
6. Go to `danger-ad_lincenselint` and `fastlane-plugin-ad_licenselint` to publish them as well

You may need to configure your account at step `4.` if you've never pushed any gem. You can find all the informations you need on [the official documentation](https://guides.rubygems.org/make-your-own-gem/#your-first-gem).
Expand Down
2 changes: 1 addition & 1 deletion fastlane-plugin-ad_licenselint/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ clean:
rm -f fastlane-plugin-ad_licenselint-*.gem

tests:
bundle exec rake test
bundle exec rake test

0 comments on commit 2653145

Please sign in to comment.