ci(version): prefixed now with v
This commit is contained in:
parent
a47a53ff12
commit
f3d2757101
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@ -30,7 +30,6 @@ jobs:
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
git-message: 'chore(release): {version}'
|
||||
tag-prefix: ''
|
||||
preset: ''
|
||||
|
||||
- name: Create github Release
|
||||
|
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,20 +0,0 @@
|
||||
## <small>1.0.5 (2021-01-16)</small>
|
||||
|
||||
* 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))
|
||||
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mawesome",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user