Skip to content

Semver #235

Answered by TillaTheHun0
TillaTheHun0 asked this question in Q&A
Jun 18, 2021 · 2 comments · 8 replies
Discussion options

You must be logged in to vote

Another option that just came to mind:

Use Node and NPM for CI tooling, CI installing tools it needs for semver

Similar to how CI might install tooling to perform certain tasks ie. install node, install yarn, install CLIs, etc. CI would install all the tooling in the CI environment from npm, it needs to semver bump. This means no package.json is in the repo, and we don't have to build out the tooling ourselves.

The most we'd have to build is add a pre-commit hook to lint commit messages, if we wanted to do that.

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
5 replies
@twilson63
Comment options

@twilson63
Comment options

@twilson63
Comment options

@twilson63
Comment options

@TillaTheHun0
Comment options

Comment options

You must be logged in to vote
3 replies
@TillaTheHun0
Comment options

@twilson63
Comment options

@tripott
Comment options

Answer selected by TillaTheHun0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants