chore: fix version in metadata and ship config#68
Conversation
jkaho
left a comment
There was a problem hiding this comment.
Can you enlighten me as to why you say shouldPrepare is unused? I thought this config is used to block releases for chore and refactor commits, for example. At least that's what I got from looking at the shipjs source code.
"Unused" is the wrong word to use there, "unwanted" would be more accurate. Any time |
That script doesn't automatically release, it just creates a PR which you can choose to merge if you want to trigger the release, so we still have full control of when we want to release. |
jkaho
left a comment
There was a problem hiding this comment.
Ah okay, thanks for clearing that up 👍
Changes
package.jsoninstead of using Ship.js'stagparameter (which is the npm dist-tag"latest", not the semver version)shouldPrepareblock"latest"instead of actual version numbers, and removevprefix for consistency