From 35e3806db80ef6343ac7b15ca4ed99a32593af84 Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Tue, 20 Dec 2022 00:55:54 +0800 Subject: [PATCH] release: 1.18.4 --- _config.yml | 2 +- npm-publish.sh | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index eb7924590..96d3f51cf 100755 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ ######## Stellar info ######## stellar: - version: '1.18.3' + version: '1.18.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 ded783396..7975b3523 100644 --- a/npm-publish.sh +++ b/npm-publish.sh @@ -41,14 +41,14 @@ function commit() { git rebase main printf "\n\n> \033[32m%s\033[0m" 'git push origin' - printf "\n" + # printf "\n" git push origin main git push origin npm # npm publish - git tag ${VERSION} - git push --tags + # git tag ${VERSION} + # git push --tags git checkout main # done diff --git a/package.json b/package.json index a1dce08f7..1cd6fc9bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-stellar", - "version": "1.18.3", + "version": "1.18.4", "description": "Elegant and powerful theme for Hexo.", "main": "package.json", "scripts": {