prometheus-client-mmap 0.20.3-arm64-darwin → 0.22.0-arm64-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: ebf1f69e7e4faff11ad05f7cfdf98dd1b5288f87edc5d2cc025379a0a74f1e07
4
- data.tar.gz: 365dd143944d6eb946460c383f67d0acb9ab9454f1f54a733bd8c62db3f6a982
3
+ metadata.gz: 94b26017ed175ab88fe432adc3bbfa7117eb7b031bbe6d18e0efbef36e1da986
4
+ data.tar.gz: 8a7ba41f2ed9cd1c49a96197740b4724d014f5f68074dff03d271e73b81ec423
5
5
  SHA512:
6
- metadata.gz: 4ccfa1ffa27033d94b496f61316e166230a67004a0e9f7fe531cd523037e928da6c32f6f7b6726a641e51a6d3c105a4d39edbc5350cad1d646c085e290fadf8f
7
- data.tar.gz: 7e8f7916ede8d4cfa823147a19c18a05a6f0968ef8afbd7b13a338682be1d38a79bc9d44cf9af53155788c23d92d551c7d284eea8b581e7fba1fec79dc9718ab
6
+ metadata.gz: 502338e9ab0a0cdbcdc1a43d37e3e38acb7bd9940d2467bfb5db9ea04849c249ea1039d8609367eb3da578757e8f4343b5ecb6e71cf716acc5041ebd441c15ca
7
+ data.tar.gz: 1f41abe3371c56cfe731f19f6a9f73593fba7e10ee2f688e9049a2e89546e0a06c0d5e2ea9ee691b61b57a391cfc00af80637df6a8044f8d171b01f4d520ed2b
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