From f3d2757101ba4349ee190b78e11046c3a8b3078b Mon Sep 17 00:00:00 2001 From: Simone Corsi Date: Sat, 16 Jan 2021 09:51:55 +0100 Subject: [PATCH] ci(version): prefixed now with v --- .github/workflows/release.yaml | 1 - CHANGELOG.md | 20 -------------------- package-lock.json | 2 +- package.json | 4 ++-- 4 files changed, 3 insertions(+), 24 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b1dc30c..3ea8974 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,7 +30,6 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} git-message: 'chore(release): {version}' - tag-prefix: '' preset: '' - name: Create github Release diff --git a/CHANGELOG.md b/CHANGELOG.md index 5654d8c..e69de29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +0,0 @@ -## 1.0.5 (2021-01-16) - -* build: better releasing workflow ([788639d](https://github.com/simonecorsi/mawesome/commit/788639d)) -* build(index.js): build ([6d892e1](https://github.com/simonecorsi/mawesome/commit/6d892e1)) -* chore: action name ([97606aa](https://github.com/simonecorsi/mawesome/commit/97606aa)) -* chore: post release script ([f9eef3c](https://github.com/simonecorsi/mawesome/commit/f9eef3c)) -* chore(release): 1.0.1 ([6da4af4](https://github.com/simonecorsi/mawesome/commit/6da4af4)) -* chore(release): 1.0.2 ([8ed9343](https://github.com/simonecorsi/mawesome/commit/8ed9343)) -* chore(release): 1.0.3 ([04320c5](https://github.com/simonecorsi/mawesome/commit/04320c5)) -* chore(release): 1.0.4 ([1b7d9cd](https://github.com/simonecorsi/mawesome/commit/1b7d9cd)) -* fix: variable name ([091060d](https://github.com/simonecorsi/mawesome/commit/091060d)) -* fix(ci): bad syntax ([f6496cd](https://github.com/simonecorsi/mawesome/commit/f6496cd)) -* ci: added github user setup ([9711928](https://github.com/simonecorsi/mawesome/commit/9711928)) -* ci: better release ([e75a669](https://github.com/simonecorsi/mawesome/commit/e75a669)) -* docs: added readme ([1dca2d1](https://github.com/simonecorsi/mawesome/commit/1dca2d1)) -* feat: generate awesome list from stars ([ef03320](https://github.com/simonecorsi/mawesome/commit/ef03320)) -* Initial commit ([dcd26ff](https://github.com/simonecorsi/mawesome/commit/dcd26ff)) - - - diff --git a/package-lock.json b/package-lock.json index 22a9229..59fdbca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mawesome", - "version": "1.0.4", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b844755..acb1686 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mawesome", - "version": "1.0.5", + "version": "1.0.0", "description": "", "main": "index.js", "scripts": { @@ -64,4 +64,4 @@ "volta": { "node": "14.15.4" } -} \ No newline at end of file +}