Replies: 1 comment 1 reply
-
Coming from the NPM space, there is a really cool semantic automatic releasing tool/flow that relies on commit message prefixes to indicate what sort of version bump is needed. https://github.com/semantic-release/semantic-release I wholeheartedly agree we should follow the semver standard, and at this point, until we are at feature parity (or close enough for practical purposes) to turf.js, we can probably increment the staying under You release flow looks good for now, though soon-ish I'd like to try and automate it so we don't need to manually PR a release in the future. |
Beta Was this translation helpful? Give feedback.
-
Is the described workflow from CD to pub.dev for releases branch #10 (comment) okay?
pub publish --dry-run
.Branch
releases
is protected and PRs need at least one review.pub publish --force
to pub.dev/packages/turfHow are we naming versions, how do we decide which features are patches, minor, or major versions?
semver.org
Beta Was this translation helpful? Give feedback.
All reactions