jekyll-google_search_console_verification_file 0.2.0 → 1.0.0
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/CHANGELOG.md +6 -0
- data/README.md +2 -1
- data/lib/jekyll-google_search_console_verification_file/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: 195bb2fcc60c84189d7b6721d73aa873072b840fd484edfada2f483d1c9202db
|
|
4
|
+
data.tar.gz: 0c6cf5182a67eabdaf1cf5b0ea4a759c7b0a75bf9c531454d11ddba8b442f900
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0aad2c3162b575b553f067470ff132e9a1eb5de98c84a752cd49c125ef8b929dbefd31ba1396886b31e2989100d9d2b4f68af36cefb0ab31e91e73ba389cd95d
|
|
7
|
+
data.tar.gz: bd9916f06db92c030d4b4eb16d41e816cf2f9f21166e6fe2913d9866c681dc2d0405c995b8fa1cb258dc1b6904602fe95e91781001fdc848a3ed86bbf5a4cde9
|
data/CHANGELOG.md
CHANGED
|
@@ -1,2 +1,8 @@
|
|
|
1
|
+
## [1.0.0] - 2021-07-04
|
|
2
|
+
- No changes from `v0.2.0` but just bumping to final first major release version!
|
|
3
|
+
|
|
4
|
+
## [0.2.0] - 2021-07-04
|
|
5
|
+
- Using the `gem-release` gem extension to make release process easier.
|
|
6
|
+
|
|
1
7
|
## [0.1.0] - 2021-07-04
|
|
2
8
|
- First release version. The plugin is fully working but I suspect that there might be a few point releases just to nail the release process. Once this is working, there will soon be an 1.0.0 release!
|
data/README.md
CHANGED
|
@@ -101,7 +101,8 @@ $ bundle exec rake release
|
|
|
101
101
|
## Using gem-release gem extension
|
|
102
102
|
Using [gem-release](https://github.com/svenfuchs/gem-release):
|
|
103
103
|
```console
|
|
104
|
-
$
|
|
104
|
+
$ vi CHANGELOG.md && git add CHANGELOG.md && git commit -m "Update CHANGELOG.md" && git push
|
|
105
|
+
$ gem bump --version minor --tag --sign --push --release
|
|
105
106
|
```
|
|
106
107
|
|
|
107
108
|
## Multi-versions
|