Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Per [b/325291331](https://b.corp.google.com/issues/325291331), This adds support for unreleased versioning to our version bump task. Since we're unreleased, and our major changes should actually be considered minor by semver standards, this change is important to ensure we don't accidentally release 1.0 before we're ready. To further enforce this, [b/325291417](https://b.corp.google.com/issues/325291417) has been added- in which an exception will be thrown if we try to release `1.0.0` or higher.
- Loading branch information