chore: updated release assist

* chore(deps): use commit-and-tag-version

as standard-version is now deprecated, switch to maintained fork

* chore: separate changelog and release npm scripts

* chore: skip tags for commit-and-tag-version

* docs: update release docs to reflect changes

* chore: change npm scripts names

* chore: try out IOWait

* chore: use postrelease to finalize

* build: update package-lock

* docs: update release docs

* docs: fix indent and prerelease instruction

* chore: chronological changelog order

* chore: release finalizer tweaks

* docs: tweak release docs

* chore: straightforward version import
This commit is contained in:
Jasper Vaneessen
2022-08-22 09:49:57 +02:00
committed by GitHub
parent 092ed4bd44
commit 04695e7651
5 changed files with 375 additions and 338 deletions

View File

@@ -2,5 +2,8 @@
"extends": "../tsconfig.json",
"include": [
"."
]
],
"compilerOptions": {
"resolveJsonModule": true
}
}