forked from cocogitto/cocogitto-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(profile): add bump profile input
- Loading branch information
1 parent
5ae1660
commit fe5fa94
Showing
3 changed files
with
23 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,10 +108,12 @@ Once the step is finished cocogitto's binary will be available in your path. | |
|
||
Here are all the inputs available through `with`: | ||
|
||
| Input | Description | Default | | ||
| ------------------- | -------------------------------------------------------------------------- | ------- | | ||
| `check` | Check conventional commit compliance with `cog check` | `true` | | ||
| `check-latest-tag-only` | Check conventional commit compliance with `cog check --from-latest-tag` | `false` | | ||
| `release` | Perform a release using `cog bump --auto` | `false` | | ||
| `git-user` | Set the git `user.name` to use for the release commit | `cog-bot`| | ||
| `git-user-email` | Set the git `user.email` to use for the release commit | `[email protected]`| | ||
| Input | Description | Default | | ||
|-------------------------|--------------------------------------------------------------------------------------------------|----------------| | ||
| `check` | Check conventional commit compliance with `cog check` | `true` | | ||
| `check-latest-tag-only` | Check conventional commit compliance with `cog check --from-latest-tag` | `false` | | ||
| `release` | Perform a release using `cog bump --auto` | `false` | | ||
| `git-user` | Set the git `user.name` to use for the release commit | `cog-bot` | | ||
| `git-user-email` | Set the git `user.email` to use for the release commit | `[email protected]` | | ||
| `verify` | Check a string input against the conventional commit specification but do not create any commit. | `false` | | ||
| `profile` | Specify the bump profil to use for release | null | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters