Skip to content
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

Support gitlab releases #138

Open
xomaczar opened this issue Sep 16, 2020 · 1 comment
Open

Support gitlab releases #138

xomaczar opened this issue Sep 16, 2020 · 1 comment

Comments

@xomaczar
Copy link

No description provided.

@rwjblue
Copy link
Owner

rwjblue commented Oct 12, 2020

👋 - I don't currently have any projects using GitLab, but this definitely seems like a thing we can support!

release-it (which is where most of the work for actual releases) already has support for GitLab based releases (documentation here). I think the work to do in this repo would be to detect the remote type (github, gitlab, etc) likely based on the git configuration and for gitlab:

  • disable labels modification (there may be a corollary in GitLab land)
  • update the release-it configuration to use GitLab instead
  • update the RELEASE.md template to mention gitlab
  • figure out what to do RE: lerna-changelog supporting gitlab (doesn't currently support anything but github)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants