Skip to content

Commit

Permalink
add shortcut to create release-PR
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld authored Aug 10, 2023
1 parent df77def commit 60c0e37
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .fork/custom-commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,17 @@
"type": "url",
"url": "https://github.com/Accenture/sfmc-devtools/compare/hotfix...$shortname?expand=1"
}
},
{
"name": "Create Release-PR to master branch",
"target": "ref",
"refTargets": [
"localbranch",
"remotebranch"
],
"action": {
"type": "url",
"url": "https://github.com/Accenture/sfmc-devtools/compare/hotfix...$shortname?expand=1&template=pr_template_release.md"
}
}
]

0 comments on commit 60c0e37

Please sign in to comment.