You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and I am seeing some commit related to "git notes" with a channel in it.
Notes added by 'git notes add'
{"channels":["devel"]}
etc...
I am not familiar with git notes but in our organization we do not really use those, how can I disable the creation of those? Or learn more about what is the purpose, etc.
The text was updated successfully, but these errors were encountered:
I've been experiencing the same behaviour and I couldn't find a way to disable it
The issue here is a bit worst I can't even push it to our private gitlab instance as it's not allowed 😢
I coulnd't find this option on the code which is weird because there's no reference on for ref/notes/ in the code (im no expert in JS btw, so I could've missed it)
I found the "issue" and it turns out it's not possible to disable it because it's how semantic-release keeps track of the releases it generates (I'm not entirely sure about how because i didn't go that deep)
I have the following semantic-release configuration file:
and I am seeing some commit related to "git notes" with a channel in it.
Notes added by 'git notes add'
{"channels":["devel"]}
etc...
I am not familiar with git notes but in our organization we do not really use those, how can I disable the creation of those? Or learn more about what is the purpose, etc.
The text was updated successfully, but these errors were encountered: