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 for Gitlab Release #76

Open
EmilienLeroy opened this issue Sep 19, 2022 · 1 comment
Open

Support for Gitlab Release #76

EmilienLeroy opened this issue Sep 19, 2022 · 1 comment

Comments

@EmilienLeroy
Copy link

Hi,

I use chan for lot of projects on github and it's work perfectly !
But I have some other projects on gitlab and currenctly I can't directly create release on it using chan.
This feature is already planned ?
Else I think it can be very cool to have a gitlab-release command.

@JacobDB
Copy link

JacobDB commented Dec 27, 2023

You can specify a .chanrc in the root of your project like this:

{
    "allow-prerelease": true,
    "merge-prerelease": true,
    "git-branch": "main",
    "git-release-template": "https://gitlab.com/your/project/tags/[next]",
    "git-template": "https://gitlab.com/your/project/compare/[prev]...[next]"
}

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