I receive an extra "git notes" commit "Notes added by 'git notes add'" after main branch merge with semantic release integration. This behaviour is reproducible in bitbucket only and visible only in bitbucket UI.
The problem is similar to this one:
https://github.com/semantic-release/semantic-release/discussions/2017#discussioncomment-995308
Thanks,
Oleksandr
Has the command "git push origin :refs/notes/semantic-release" worked for anyone to delete the ghost commits with the message "Notes added by 'git notes add'" that appear in Bitbucket?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
nope, but you can run after each pipeline 😀
git push origin :refs/notes/semantic-release
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the community.
If you're comfortable sharing your repository URL, may I kindly ask if you could provide it here so that I can check?
You can mask your repository URL by providing only the first and last characters of your workspace and repository name. (For example: https://bitbucket.org/w*******e/r**o/)
Otherwise, I'll create a support ticket on your behalf.
Regards,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi @Mark C ,
Bitbucket repo URL: https://bitbucket.org/l*************g/sandbox-cicd
Thank you,
Oleksandr
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Oleksandr Kulbida
Thanks for providing your repository URL.
I went ahead and created a support request on your behalf to further investigate the issue.
You should be able to receive an email by now about that support ticket.
Regards,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any updates so far? Running into the same problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have as workaround an extra step like:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.