alchemy-mission_control-jobs 0.2.0 → 0.2.1
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 +4 -4
- data/README.md +2 -1
- data/lib/alchemy/mission_control/jobs/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 889bd26404e3b02947c344c3d7db4a76f218a0432bff103a9fe391cb6517b0ce
|
|
4
|
+
data.tar.gz: 919d1644f16b9d7b7d92da723780947aed4b67b4767d9b834a6f9fcbb10f4d1d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e0cd250a6587092b5de171acaaa7fe935bed7af66c2b813e609314ab5a9779b0112be243763f7ba93bfa74d09256f94fa09b16f434e08e215f5575a4a97a4c9
|
|
7
|
+
data.tar.gz: ba41920f96a01d55c09241f1318f9269c53d743d58af3ef3fe12fbdd7d65435c2892d7d5d65e53b5e17fc0176dce46ddfc4301eea45428e00962c687505a19cd
|
data/README.md
CHANGED
|
@@ -26,5 +26,6 @@ Second, generate the changelog entries. Set the version parameter with the upcom
|
|
|
26
26
|
VERSION=x.y.z 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
|
|