Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 891d911

Browse files
committed
New postversion script 🚀
1 parent d3154b5 commit 891d911

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@ Release date: 2020-02-05
66

77
#### Added
88

9-
- Dark mode
9+
- dark mode
1010
- gulp Watch css to avoid site rebuild
11+
- migration to github workflow and github actions for CI
1112

1213
## [1.22.0](https://github.com/chicio/chicio.github.io/releases/tag/1.22.0)
1314
Release date: 2020-02-05
1415

1516
#### Added
1617

17-
- No more MathJax, hello Katex
18+
- no more MathJax, hello Katex
1819

1920
## [1.21.0](https://github.com/chicio/chicio.github.io/releases/tag/1.21.0)
2021
Release date: 2020-01-15
@@ -45,7 +46,7 @@ Release date: 2019-09-22
4546

4647
#### Added
4748

48-
- Events tracking on all site (also service worker!!!!)
49+
- events tracking on all site (also service worker!!!!)
4950
- improved analytics configuration
5051
- clean liquid templating
5152

_scripts/postversion.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env zsh
2+
3+
# Push commits and new tag
4+
git push && git push --tags

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"watch-css": "gulp watchCss --env production",
1212
"start": "_scripts/start.sh",
1313
"test": "_scripts/test.sh",
14-
"version": "_scripts/version.sh"
14+
"version": "_scripts/version.sh",
15+
"postversion": "_scripts/postversion.sh"
1516
},
1617
"repository": {
1718
"type": "git",

0 commit comments

Comments
 (0)