cloudcannon-jekyll 3.2.1 → 3.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 +4 -4
- data/HISTORY.md +5 -1
- data/README.md +3 -2
- data/lib/cloudcannon-jekyll/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: 8827937e894ba56efca73b59add267f415a82b2c2b07070cbc0f3ccd71f354d3
|
4
|
+
data.tar.gz: 384fa1272fe5ecf282653377b97e40a6da9bd8dadb0eaa6eec350693be1eb6f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8180b1bd8e188367d0f60709a539f48c7b62aead0adb49d92a4e7205e7eb5517244424c209f037063eb72500b5ef932e079320247a7a0e6790494d3f2bcdcf65
|
7
|
+
data.tar.gz: 58678a43838afe626a2f207a4ebcb09ae5a37071943a22f7dbd29d27aa4d8bb8ae83900193dbf12b5d0ed8cb9f654f7b205d4d0c71ac282a8599dcb8a4d9ab48
|
data/HISTORY.md
CHANGED
data/README.md
CHANGED
@@ -156,8 +156,9 @@ reads and processes the following from Jekyll if unset:
|
|
156
156
|
|
157
157
|
1. Increase the version in `lib/cloudcannon-jekyll/version.rb`
|
158
158
|
2. Update `HISTORY.md`
|
159
|
-
3.
|
160
|
-
|
159
|
+
3. Commit and push those changes
|
160
|
+
4. Run `./script/release`
|
161
|
+
5. [Create a release on GitHub](https://github.com/CloudCannon/cloudcannon-jekyll/releases/new)
|
161
162
|
|
162
163
|
### Testing
|
163
164
|
|