Closed gligorkot closed 1 year ago
Closes #645 and #654
Adding a publish github action that runs on version tag.
Add a tag that follows semver format vX.X.X
Note: Run npm run test:ci to run all validation checks on proposed changes
npm run test:ci
npm run lint
npm run lint:fix
npm test
Is this ready for review?: YES Is it a breaking change?: NO
@medikoo any chance you can please have a look at this one and merge if acceptable or let me know what else you'd like to change before we can merge it in?
What did you implement:
Closes #645 and #654
How did you implement it:
Adding a publish github action that runs on version tag.
How can we verify it:
Add a tag that follows semver format vX.X.X
Todos:
Note: Run
npm run test:ci
to run all validation checks on proposed changesValidate via
npm run lint
Note: Some reported issues can be automatically fixed by running
npm run lint:fix
Validate via
npm test
Is this ready for review?: YES
Is it a breaking change?: NO