Multiple git commits per release? #1949
-
Auto's currently making two commits to git for every one release; one to edit the changelog, and one to set the git tag. Is there a way to combine them into one commit? (I'm using the
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
We could probably have a small plugin that does a squash using the afterVersion hook. If you want that functionality it would be be too hard and would be a great first pr to the repo 😄 I might have time to do this for awhile but would happily answer any implementation questions |
Beta Was this translation helpful? Give feedback.
-
I created a this PR solving this problem with a alternative solution. I already do the separate processes in a script, and I made a proposal that makes a small change, but it will allow me to generate a single commit with all the changes. I give all the details there in PR. |
Beta Was this translation helpful? Give feedback.
We could probably have a small plugin that does a squash using the afterVersion hook. If you want that functionality it would be be too hard and would be a great first pr to the repo 😄 I might have time to do this for awhile but would happily answer any implementation questions