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

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: 0cb22da1457bb5f77b2a2cab6bf3fdf3d5925cbad8d2f2ca2d336c0a34077cb1
4
- data.tar.gz: b9a2b9185907476e6ce606cccd9ba2e7c9a3af162db82310b08deb0cfaf10387
3
+ metadata.gz: 5171cf22c785eda888eb920f4b855affcdecb00bdd0d26a8b18bc1cfb16e4912
4
+ data.tar.gz: c72954bfd32371b3e85c4086540a92a42f96bf76dddfbba4c064a530b3157ca9
5
5
  SHA512:
6
- metadata.gz: be6777a5c65f8157aa2d0b10d02b07f1334ee416293337e59382644e5603cac40800fa889cd3aa69930556ffb6e06be897b5759b194795ca129dac91009faf3b
7
- data.tar.gz: 0fa2b4f65b105492141c6078fa0e0bdfd2050a73d16c6e322f238b85b2c52a9ecf9e03b529d78381d3b4621df2b98824a96c632f15258a0809de4c18fffb0393
6
+ metadata.gz: 1ec14dac4eb794579190845e5388749a51da61afd78c013fdf84580380dd5a47700876e407f4a0a9e03b7f7bf4462ea908476cc6def8d5f6bf4f5fc5a3f9a681
7
+ data.tar.gz: ad1ccfe0b52474f1301ec77e2d036ffd4b19bfbd29af01c446593e3aab5a3f6d8bb5ab854c938eeead488a9ad6aff2ce7bcec09b67a855dbea6656f3ac31c0b7
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