satorix 1.6.0 → 1.6.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/Gemfile.lock +1 -1
- data/README.md +2 -0
- data/lib/satorix/CI/deploy/flynn/scale.rb +1 -1
- data/lib/satorix/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: 8018c69a5556f5e7377ae5b67f2982a300b99abcc21354ddfec77fb5efb769d8
|
|
4
|
+
data.tar.gz: e4b2bf5c58d4cda30ed10b4ddca33493beb7ccb5c3c1bb74798f9c79555fe25e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e370f2915d6b5f3e089377f2402af9f03177a99ecbb3dfcf212eca419558bc1366ebab974ba5e4496f27bd537b6603e55ac4a93a889a958e6041b1576e697355
|
|
7
|
+
data.tar.gz: 106b6bd954202f52345deb6e4315daa531fbcb938f0066f14f50e58770872da1c0b67bddacf5d1d2e77ca674ada41f4f4219434b5c610a8571fc91b338740284
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -44,6 +44,8 @@ Satorix is used to provide continuous integration and continuous deployment for
|
|
|
44
44
|
CI is run against every push.
|
|
45
45
|
|
|
46
46
|
CD is used to automatically build and deploy the gem for the master branch.
|
|
47
|
+
To initiate the deploy, first ensure you have advanced the version number appropriately. Then, create a new version tag
|
|
48
|
+
on the master branch. The tag should follow the format of v# (If we were releasing version 1.0.3, the tag should be v1.0.3).
|
|
47
49
|
|
|
48
50
|
## Environment Variables
|
|
49
51
|
|
data/lib/satorix/version.rb
CHANGED