chore(release): v1.0.1

This commit is contained in:
Conventional Changelog Action 2021-01-16 08:59:29 +00:00
parent b16fdb0915
commit e297342b98
3 changed files with 26 additions and 3 deletions

View File

@ -0,0 +1,23 @@
## <small>1.0.1 (2021-01-16)</small>
* chore: action name ([97606aa](https://github.com/simonecorsi/mawesome/commit/97606aa))
* chore: namings ([6c7acec](https://github.com/simonecorsi/mawesome/commit/6c7acec))
* 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))
* chore(release): 1.0.5 ([6baa832](https://github.com/simonecorsi/mawesome/commit/6baa832))
* ci: added github user setup ([9711928](https://github.com/simonecorsi/mawesome/commit/9711928))
* ci: better release ([e75a669](https://github.com/simonecorsi/mawesome/commit/e75a669))
* ci(version): prefixed now with v ([9c67c5b](https://github.com/simonecorsi/mawesome/commit/9c67c5b))
* build: better releasing workflow ([788639d](https://github.com/simonecorsi/mawesome/commit/788639d))
* build(index.js): build ([6d892e1](https://github.com/simonecorsi/mawesome/commit/6d892e1))
* fix: variable name ([091060d](https://github.com/simonecorsi/mawesome/commit/091060d))
* fix(ci): bad syntax ([f6496cd](https://github.com/simonecorsi/mawesome/commit/f6496cd))
* 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))

View File

@ -21527,7 +21527,7 @@ function main() {
const markdown = yield generateMd(rendered);
yield promises_1.default.writeFile(OUTPUT_FILENAME, markdown);
yield git_1.default.add(OUTPUT_FILENAME);
yield git_1.default.commit(`chore(${OUTPUT_FILENAME}): updated list`);
yield git_1.default.commit(`chore(${OUTPUT_FILENAME}): updated ${OUTPUT_FILENAME}`);
yield git_1.default.push();
});
}

View File

@ -1,6 +1,6 @@
{
"name": "mawesome",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
@ -64,4 +64,4 @@
"volta": {
"node": "14.15.4"
}
}
}