alchemy-mission_control-jobs 0.2.0 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4c1b51cc9926fb27845697bd30f9ecd641586d39a31351919a928538f9865c71
4
- data.tar.gz: 3f0a6c9facb8936f7f8e713eb545d3a7f5de9a98a526cb09f5c3dff9820fafff
3
+ metadata.gz: 693dcff88902c0309ca3c746d858faa6b71536deb90fb4bd78988b1d6ef69c0a
4
+ data.tar.gz: 1971813b566a00490f533ebb81b5492f79d19ef7efd3a2bc89dc704861a3c295
5
5
  SHA512:
6
- metadata.gz: 8523b1320c0dda0f591c3a8bada520f9405f3032aa742f4ae67324b56e2bd53e2511117837713bebe47c4c87d149a474c1c3d203a8582ad42c2dc9e078a34a5a
7
- data.tar.gz: 7f89e98163daed019fb3ec289dc80bd195e1ba15e64f1be64dc769bdf168ca83698f8b1b416fae834e3b141d637bd5308b6e0972b8ac1fd32e20350ffc997da7
6
+ metadata.gz: 1ce2f379b1594b9ad20bbc2dac56bd734095e163076d1807f6aed3a27747e52171dbf674e466b8531148a8838745f0677aa72eaa23d80f52e80bbfcede2c2f14
7
+ data.tar.gz: a1829b2b416c0d93879b9fbdb26bfeb7effb6475f08e3d92536dfbb703468276bc27813dd5a122ecd4a71e12df10b6484857c3409ad0adb32667fa3ed9b644b1
data/README.md CHANGED
@@ -23,8 +23,9 @@ gem bump --version minor
23
23
  Second, generate the changelog entries. Set the version parameter with the upcoming version number.
24
24
 
25
25
  ```shell
26
- VERSION=x.y.z rake changelog
26
+ rake changelog
27
27
  ```
28
28
 
29
- Amend that changelog into the previous commit.
29
+ Amend that changelog into the previous commit. After that go to [Releases Page](https://github.com/sitediver/alchemy-mission_control-jobs/releases)
30
+ and create a new release. Be aware the the tag has to start with `v` (e.g `v0.2.0`). Otherwise, the Release action will fail.
30
31
 
data/Rakefile CHANGED
@@ -33,5 +33,5 @@ OpenSSL::SSL::SSLContext.const_set(:DEFAULT_CERT_STORE, s.freeze)
33
33
  GitHubChangelogGenerator::RakeTask.new :changelog do |config|
34
34
  config.user = "sitediver"
35
35
  config.project = "alchemy-mission_control-jobs"
36
- config.future_release = ENV["VERSION"]
36
+ config.future_release = "v#{Alchemy::MissionControl::Jobs::VERSION}"
37
37
  end
@@ -1,7 +1,7 @@
1
1
  module Alchemy
2
2
  module MissionControl
3
3
  module Jobs
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.2"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alchemy-mission_control-jobs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sascha Karnatz