From 6ea7fc36837ca9b0e6698e0dd708d659c716abd9 Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Sat, 20 Feb 2021 00:14:55 +0800 Subject: [PATCH] release: 1.0.0-rc.1 --- .github/workflows/npm-publish.yml | 2 +- .npmignore | 4 ++++ README.md | 2 +- _config.yml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 .npmignore diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 1c9c86f..7b48899 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -2,7 +2,7 @@ name: npm-publish on: push: branches: - - main + - master jobs: npm-publish: name: npm-publish diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..fe5b6e4 --- /dev/null +++ b/.npmignore @@ -0,0 +1,4 @@ +.github/ +publish.sh +node_modules +node_modules \ No newline at end of file diff --git a/README.md b/README.md index 7aacdd6..be74110 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ npm i hexo-theme-stellar ## Usage -See docs: https://xaoxuu.com/wiki/stellar +See docs: https://xaoxuu.com/wiki/stellar/ ## Examples diff --git a/_config.yml b/_config.yml index ae9afca..2cdc913 100755 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ ######## Stellar info ######## stellar: - version: '1.0.0-rc.1' + version: '1.0.0-rc.1' # This is theme's version. homepage: https://xaoxuu.com/wiki/stellar/ repo: https://github.com/xaoxuu/hexo-theme-stellar # The cdn version needs to be consistent with the stellar version