Sha256: 2abf0b9c5ba0bea94a892513862f86d62d0bd5d6e0f0778e20451612b9b81206

Contents?: true

Size: 1.78 KB

Versions: 17

Compression:

Stored size: 1.78 KB

Contents

## Contributing

Bug reports and pull requests are welcome on GitLab at [https://gitlab.com/rubocop-lts/rubocop-lts][🚎src-main]
. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to
the [code of conduct][conduct].

To submit a patch, please fork the project and create a patch with tests. Once you're happy with it send a pull request
and post a message to the [gitter chat][🏘chat].

## Release

To release a new version:

1. Run `bin/setup && bin/rake` as a tests, coverage, & linting sanity check.
2. update the version number in `version.rb`
3. Run `bin/setup && bin/rake` again as a secondary check, and to update `Gemfile.lock`.
4. run `bundle exec rake build:checksum`
5. move the built gem to project root
6. run `bin/checksum` to create the missing SHA256 checksum
7. move the built gem back to `pkg/`
8. commit the changes
9. run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org][rubygems].

NOTE: You will need to have a public key in `certs/`, and list your cert in the
`gemspec`, in order to sign the new release.
See: [RubyGems Security Guide][rubygems-security-guide]

## Contributors

See: [https://gitlab.com/rubocop-lts/rubocop-lts/-/graphs/main][🖐contributors]

[comment]: <> (Following links are used by README, CONTRIBUTING, Homepage)

[🤝conduct]: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/main/CODE_OF_CONDUCT.md
[🖐contributors]: https://gitlab.com/rubocop-lts/rubocop-lts/-/graphs/main
[🚎src-main]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tree/main
[🏘chat]: https://gitter.im/rubocop-lts/community
[rubygems-security-guide]: https://guides.rubygems.org/security/#building-gems
[rubygems]: https://rubygems.org

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
rubocop-lts-24.0.1 CONTRIBUTING.md
rubocop-lts-22.1.2 CONTRIBUTING.md
rubocop-lts-22.1.1 CONTRIBUTING.md
rubocop-lts-20.2.1 CONTRIBUTING.md
rubocop-lts-24.0.0 CONTRIBUTING.md
rubocop-lts-22.1.0 CONTRIBUTING.md
rubocop-lts-20.2.0 CONTRIBUTING.md
rubocop-lts-18.2.0 CONTRIBUTING.md
rubocop-lts-16.1.0 CONTRIBUTING.md
rubocop-lts-14.1.0 CONTRIBUTING.md
rubocop-lts-12.1.0 CONTRIBUTING.md
rubocop-lts-10.1.0 CONTRIBUTING.md
rubocop-lts-8.1.0 CONTRIBUTING.md
rubocop-lts-6.1.0 CONTRIBUTING.md
rubocop-lts-4.1.0 CONTRIBUTING.md
rubocop-lts-2.1.0 CONTRIBUTING.md
rubocop-lts-0.1.0 CONTRIBUTING.md