hiebj / stately

elegant, type-safe state management
2 stars 1 forks source link

release.sh should create a new commit to capture the version bump #4

Closed hiebj closed 6 years ago

hiebj commented 6 years ago

npm version <step> normally creates a commit and a git tag for the version increment. However, since this is a monorepo, npm skips that step (presumably because it doesn't want to assume your release strategy).

release.sh could easily step in here by capturing the changes after npm version is run and creating a commit for it.

hiebj commented 6 years ago

closing in favor of https://github.com/hiebj/stately/issues/20