Releases: farmersdog/clubhouse-pr
Releases · farmersdog/clubhouse-pr
Shortcut Pr
Reverting to previous release.
v2.1.0
V2.0.2 - Clubhouse Renaming Support (bugfix)
Breaking changes
- This action now looks for sc-12345 in prs instead of the old ch12345 format to support clubhouse renaming themselves to shortcut and changing the format on us.
v2.0.0
Features
- By default, the action will prepend the PR title with the
story_type
from clubhouse in the format of(feature)
Breaking Changes
- Previously, the action would always fetch the story name and replace the PR title with it. In
v2.0.0
the default behavior is to only fetch the story name if triggered by a keyword in the title when the PR is opened. By default, this value isch
.
v1
Version 1 features include:
- Upon opening a PR with a branch name like
username/ch123/feature-name
,- The title of the PR is updated to contain the Clubhouse story's name and ID in the format of:
(feat) Update Node Version [ch123]
- The body of the PR is updated to contain a link to the Clubhouse story
- The title of the PR is updated to contain the Clubhouse story's name and ID in the format of:
- Upon opening a PR with a branch name that does not fit the standard above, if the title contains the Clubhouse story ID (ie.
ch123
or[ch123]
,- The title of the PR is updated to contain the Clubhouse story's name and ID in the format of:
(feat) Update Node Version [ch123]
- The body of the PR is updated to contain a link to the Clubhouse story
- The title of the PR is updated to contain the Clubhouse story's name and ID in the format of:
- If the branch name or PR title does not contain a Clubhouse ID, the action will fail.
- This is only for use upon opening a PR, as the team prefers to be able to edit the title if they'd like to make it more informative than the original story's name
Version 0.0.1
Merge pull request #1 from farmersdog/setup Set up Dockerfile