release: 1.0.0-rc.4
This commit is contained in:
parent
a2943d55b8
commit
1432ea8dae
|
@ -1,6 +1,6 @@
|
||||||
######## Stellar info ########
|
######## Stellar info ########
|
||||||
stellar:
|
stellar:
|
||||||
version: '1.0.0-rc.3'
|
version: '1.0.0-rc.4'
|
||||||
homepage: 'https://xaoxuu.com/wiki/stellar/'
|
homepage: 'https://xaoxuu.com/wiki/stellar/'
|
||||||
repo: 'https://github.com/xaoxuu/hexo-theme-stellar'
|
repo: 'https://github.com/xaoxuu/hexo-theme-stellar'
|
||||||
cdn_css: # Use cdn links instead of /css/main.css
|
cdn_css: # Use cdn links instead of /css/main.css
|
||||||
|
|
|
@ -44,6 +44,9 @@ function commit() {
|
||||||
printf "\n"
|
printf "\n"
|
||||||
git push origin main
|
git push origin main
|
||||||
git push origin npm
|
git push origin npm
|
||||||
|
|
||||||
|
npm publish
|
||||||
|
|
||||||
git checkout main
|
git checkout main
|
||||||
# done
|
# done
|
||||||
printf "\n\n> \033[32m%s\033[0m\n" 'Congratulations!'
|
printf "\n\n> \033[32m%s\033[0m\n" 'Congratulations!'
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hexo-theme-stellar",
|
"name": "hexo-theme-stellar",
|
||||||
"version": "1.0.0-rc.3",
|
"version": "1.0.0-rc.4",
|
||||||
"description": "Elegant and powerful theme for Hexo.",
|
"description": "Elegant and powerful theme for Hexo.",
|
||||||
"main": "package.json",
|
"main": "package.json",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue