prometheus-client-mmap 0.20.3-aarch64-linux → 0.22.0-aarch64-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: d05a8288379dd1dd067a6480768e1826140bffd66eb05a0d37a8a7ba5e7a1974
4
- data.tar.gz: 718c25e9a40b9293083200e2f9916beb8bc99e222ddc4b50f1c0e9d924806e04
3
+ metadata.gz: 7e532a2f3624fd193ccd7db01c8a0fdc1e996796d056621c1958e19a42b2a06d
4
+ data.tar.gz: 68bf59073935cb28a79917ee3269d282c5e8af50d33e332536c36db00c970b0b
5
5
  SHA512:
6
- metadata.gz: 5220aa79b95c4112e13a43ac99dec26c52a11a037d40001f7a8432b63e1455bd9660356c89eac719d4a0aebbc7ccdfb9084ac24e885634e5944e16afc144c8f6
7
- data.tar.gz: 527841138c4c42631a26f79e5ffe66abdad7f680d48ae6742f359de4ed29ff791de7649ceaaad32975bd5d075a58e8ae12232228b0db4efc693a0da3198c9d43
6
+ metadata.gz: 55289b1a11b0b2abea008f21effe7450a765b61d207ec082f5c64868290bca0043983086701e09f1c01ebeb8dfbfc75c6ab59ba105eaa192c35839a7f5ff4665
7
+ data.tar.gz: 3fd02cb0eeea34a8b6c5008f955654451caeba84bda51c58bf0d6e6f8c1c8d009b5164b7b3d87a1c588eeda14e5b7df959be4d87a35d6e4a45e687fc4ace930e
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