Skip to content

Releases: farmersdog/clubhouse-pr

Shortcut Pr

28 Mar 21:23
4aae70f
Compare
Choose a tag to compare

Reverting to previous release.

v2.1.0

16 Sep 03:07
6b90781
Compare
Choose a tag to compare

Features

  • Don't add ticket type or id if it already exists (#34)

Chores

  • Update packages (#35)

V2.0.2 - Clubhouse Renaming Support (bugfix)

08 Sep 19:16
be318fa
Compare
Choose a tag to compare

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

07 Nov 03:47
3460c1e
Compare
Choose a tag to compare

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 is ch.

v1

15 Oct 16:46
bc4872d
Compare
Choose a tag to compare

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
  • 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
  • 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

15 Sep 17:36
959a2db
Compare
Choose a tag to compare
Version 0.0.1 Pre-release
Pre-release
Merge pull request #1 from farmersdog/setup

Set up Dockerfile