-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Packages auto-release actions #86
Conversation
@@ -1,67 +0,0 @@ | |||
name: Release to NPM -> api-common |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Renamed to release.api-common.yml
@@ -27,16 +27,17 @@ | |||
"lint": "eslint --cache --max-warnings=0 && prettier --check --log-level warn src \"**/*.{json,md}\" && tsc --noEmit", | |||
"lint:fix": "eslint --fix && prettier --write src \"**/*.{json,md}\"", | |||
"test": "vitest run --coverage", | |||
"prepublishOnly": "npm run build" | |||
"prepublishOnly": "npm run build", | |||
"package-version": "echo $npm_package_version" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needed by the common action (git message part)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes
Adding a release action per package so we can say good-bye to manual releases on this repo 🙌
Notes:
Checklist
major
,minor
,patch
orskip-release