Best practices? #151
Unanswered
MikeMcC399
asked this question in
Q&A
Replies: 1 comment
-
https://github.com/amannn/action-semantic-pull-request/blob/main/README.md writes "If your goal is to create squashed commits that will be used for automated releases, you'll want to configure your GitHub repository to use the squash & merge strategy and tick the option "Default to PR title for squash merge commits"." |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there any "best practice" documents available for ensuring that teams working in a repository which uses
cycjimmy/semantic-release-action
produce consistent results?Typically after a branch for a fix or feature is created with its initial commit, it will get worked on and improved causing additional commits to be made to the branch.
At the same time it is often the case that the default branch (
main
,master
,develop
, etc.) will be advancing with commits from other sources, so if the fix/feature branch is kept up to date it might also contain merge commits in it.At some stage a PR will be opened and then merged, which is when
cycjimmy/semantic-release-action
comes into play.feat: great new addition
whichcycjimmy/semantic-release-action
acts on?Thanks for any pointers where these questions may already have been answered and solved!
Beta Was this translation helpful? Give feedback.
All reactions