You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would be mitigated by a different approach – semantic release leaves 0.0.0-semantically-released in the package.json files.
I would propose committing code that has 0.0.0-semantically-released in the package.json files, and having a task lerna-semantic-release apply-versions that would apply the calculated version numbers, based on the current git history.
This apply-versions task would be run before bootstrapping, and the version numbers would be cleared (probably with a clear-versions task)
This would also partially solve the dry-run issue: #67
The text was updated successfully, but these errors were encountered:
I think a lot of the complexity around git pushing / pulling
#74
#32
would be mitigated by a different approach – semantic release leaves
0.0.0-semantically-released
in the package.json files.I would propose committing code that has
0.0.0-semantically-released
in the package.json files, and having a tasklerna-semantic-release apply-versions
that would apply the calculated version numbers, based on the current git history.This
apply-versions
task would be run before bootstrapping, and the version numbers would be cleared (probably with aclear-versions
task)This would also partially solve the dry-run issue: #67
The text was updated successfully, but these errors were encountered: