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
Just as in #15, we should be able to perform releases automatically directly from the CLI.
At present, a release triggers the opening of a user's editor:
> unclog release --version v0.1.2
We should facilitate generating a release directly from the CLI:
# Doesn't open the editor> unclog release --version v0.1.2 --message "Summary of the release changes"# Shortened> unclog release -v v0.1.2 -m "Summary of the release changes"
The text was updated successfully, but these errors were encountered:
Just as in #15, we should be able to perform releases automatically directly from the CLI.
At present, a release triggers the opening of a user's editor:
> unclog release --version v0.1.2
We should facilitate generating a release directly from the CLI:
The text was updated successfully, but these errors were encountered: