Closed jimeh closed 3 years ago
chore(release): add next-version and new-version make targets
next-version will run standard-version in dry-run mode to preview what the next calculated version would be, and what the changelog would look like.
next-version
new-version runns standard-version as normal, updating the changelog, commiting and tagging the changes.
new-version
chore(release): add next-version and new-version make targets
next-version
will run standard-version in dry-run mode to preview what the next calculated version would be, and what the changelog would look like.new-version
runns standard-version as normal, updating the changelog, commiting and tagging the changes.