prometheus-client-mmap 0.20.3-x86_64-linux → 0.22.0-x86_64-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a29c0bc9f71522519571c299d640a45952cadbb609671d4e47fdc299bed5dee3
4
- data.tar.gz: 353185f7961a62ad1385086671616c87928180755a486630403272a71e792cea
3
+ metadata.gz: d6e5a43109cf4bc58d81f332aae818b8298a5b23d188c6bd7b52a5a779e70b21
4
+ data.tar.gz: 95789d977da3e948071abd84ac5f525e1c5a3fa0b8e86e3cebb4ebac9a0671d7
5
5
  SHA512:
6
- metadata.gz: 425e95cdf42d932c033b50370525bfc64a937619bbfa69fd6026eb17a379d4e9b7731586916d18bd25ea20ab7b3a7299f4eb5d5005cdfc7687d403396175cd6f
7
- data.tar.gz: 48b52606c146743cc655bea58779ceb288b6730306f77760af7f9037d57bd5d700647aea7b2f507006d9dcc99025401579a78c05d6f4b82092cf854bf5913cbb
6
+ metadata.gz: c96920c805633dfa165c8484f9fa87046b37522c03f73dec8e217b98f158460a9bb733291bed9ec31fbacc7df0e92592f8e7eab413975c660d0394bff8cd1aff
7
+ data.tar.gz: c4a56c721f84f2b29c590a5ed87ad530fc10ddc360a78bc3be4b6022e8bd60ebee5fb5cb5afd62647afdf944c7ab77f8495721997a2bbb6efd41bc2a366fe9b2
data/README.md CHANGED
@@ -244,6 +244,19 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
244
244
 
245
245
  To install this gem onto your local machine, run `bundle exec rake install`.
246
246
 
247
+ ### Releasing a new version
248
+
249
+ To release a new version:
250
+
251
+ 1. Update `lib/prometheus/client/version.rb` with the version number.
252
+ 1. Update `CHANGELOG.md` with the changes in the release.
253
+ 1. Create a merge request and merge it to `master`.
254
+ 1. Push a new tag to the repository.
255
+
256
+ The new version with precompiled, native gems will automatically be
257
+ published to [RubyGems](https://rubygems.org/gems/prometheus-client-mmap) when the
258
+ pipeline for the tag completes.
259
+
247
260
  [1]: https://github.com/prometheus/prometheus
248
261
  [2]: http://rack.github.io/
249
262
  [3]: https://gitlab.com/gitlab-org/prometheus-client-mmap/badges/master/pipeline.svg