From 1432ea8daefdd0cafd565dec887681ead36e47cc Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Thu, 25 Feb 2021 13:14:01 +0800 Subject: [PATCH] release: 1.0.0-rc.4 --- _config.yml | 2 +- npm-publish.sh | 3 +++ package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 0b74d3d..1469d2e 100755 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ ######## Stellar info ######## stellar: - version: '1.0.0-rc.3' + version: '1.0.0-rc.4' homepage: 'https://xaoxuu.com/wiki/stellar/' repo: 'https://github.com/xaoxuu/hexo-theme-stellar' cdn_css: # Use cdn links instead of /css/main.css diff --git a/npm-publish.sh b/npm-publish.sh index d07916e..bee3e8b 100644 --- a/npm-publish.sh +++ b/npm-publish.sh @@ -44,6 +44,9 @@ function commit() { printf "\n" git push origin main git push origin npm + + npm publish + git checkout main # done printf "\n\n> \033[32m%s\033[0m\n" 'Congratulations!' diff --git a/package.json b/package.json index 3f62661..598fbac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-stellar", - "version": "1.0.0-rc.3", + "version": "1.0.0-rc.4", "description": "Elegant and powerful theme for Hexo.", "main": "package.json", "scripts": {