-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release notes as comment on commit (not MR) #384
Comments
Not at the moment, is this possible via the GitLab API? |
If I understood the use case correct it could be done with this. Is this what you meant, @akashgupta88 ? |
@fgreinacher yes it is possible using the API that @JonasSchubert correctly pointed out. |
Cool! Next step would be to think about how to configure this. Should be opt-in and not conflict with existing commenting features. |
does the tag added by semantic-release not accomplish this goal? |
@travi it actually does but partly.
|
does gitlab not have a way to subscribe to release notifications? github has this ability natively. this feels more like a gitlab feature request than something that semantic-release should be responsible for
could you expand on how this involves semantic-release? semantic-release is specifically intended to encourage continuous deployment style workflows rather than schedule based releases. with your mention of using a combination of trunk-based development and semantic-release, it is unclear to me how scheduled releases fit in. |
@travi going into a bit more detail with our workflow:
Part of the workflow which I have not mentioned till now:
I know its a really niche use case. Do you think it still makes sense to have this feature as additional with opt-in? |
We are using semantic-release on our Gitlab hosted environment to deploy packages to great effect.
In our case however there is one difference, the code is generated and pushed to the repository as commits on master, and we would like to see what version of the package was deployed on every commit from which the release is made.
Sometimes when changes need to be manually added they are done as MR, and we do see the release notes getting commented on the merged MRs.
Is there a way to get the same note pushed as comment on the commit as well?
The text was updated successfully, but these errors were encountered: