-
-
Notifications
You must be signed in to change notification settings - Fork 0
Release Manager
Heitor Polidoro edited this page May 20, 2024
·
7 revisions
Manage the Bartholomew Smith features related to Releases, which are:
Create releases using commands in commits message with automatic release notes. The commands are:
-
[release:1.2.3]
: Will create a release1.2.3
-
[release:major]
: Will create a release based on the latest release increasing the major value. If the latest release are1.2.3
will create the release2.0.0
-
[release:minor]
: Will create a release based on the latest release increasing the minor value. If the latest release are1.2.3
will create the release1.3.0
-
[release:bugfix]
or[release:patch]
: Will create a release based on the latest release increasing the bugfix or path value. If the latest release are1.2.3
will create the release1.2.4
You can disable all the features of Release Manager in .bartholomew-smith.yml
file
release_manager:
enable: false
Configuration | values |
---|---|
enabled |
true (default), false
|
- Command to cancel a release
[release:dont/no/cancel]
- Autorelease
- configuration for:
- relative version to automatically release
- configuration for:
- Get latest release from file and update it