Altering instructions for copilot commit message #144876
Replies: 1 comment
-
NVM. Inexplicably working now (even though I'd previously tried flipping the extension, restarting vscode, etc.) |
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
-
Select Topic Area
Question
Body
Hi,
Context: I use copilot-instructions.md so that copilot will track coding changes in a changelog. This includes incrementing the version number for each change. It works well enough.
For the times that I use copilot to write a commit, I'd like it to correlate the commit message to the changelog version number, e.g., feat(1.2.3.4):. I added the guidance below to copilot-instructions.md, but copilot won't do it.
Any suggestions for addressing getting copilot to include the latest changelog version number in the commit message?
Beta Was this translation helpful? Give feedback.
All reactions