semantic-release / semantic-release/gitlab
Release notes as comment on commit (not MR)
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 344
- Forks
- 89
- Avg merge
- 16h 11m
- Merged PRs (30d)
- 4
Description
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?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how semantic-release currently posts release notes to merged GitLab MRs, then compare that flow with the commit that produced the release. Confirm whether GitLab supports posting the same note to that commit and identify the relevant integration entry point. Done means the release note is also posted on the source commit, with existing MR comments preserved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- gitlab, javascript
- Domain
- release
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100