semantic-release
semantic-release copied to clipboard
📦🚀 semantic-release written in Go
Hi, I have a `.semrelrc` file with the following content to create pre-releases for beta versions: ``` { "maintainedVersion": "2-beta" } ``` The beta release is created just fine, however...
Get go-semantic-release to work with a gitlab ci job token. The token has much less permissions than a PAT but only has access to limited endpoints. The motivation is ease...
Hi, I might read over it somewhere but I like to commit my generated changelog and tag that commit as the release. So when looking up the release tagged commit...
semantic-release has great native support for github. It would be nice to have native support for: - [bitbucket cloud](https://bitbucket.org) - ~[bitbucket server](https://hub.docker.com/r/atlassian/bitbucket-server/)~ Atlassian is pulling the plug on [server licences](https://www.theregister.com/2020/10/19/atlassian_server_licenses/)...
I'm wondering if I can use this for a python project on gitlab. I like this project because of how lightweight it is, supports gitlab, and support pre-releases, which the...
I've been browsing the different repository to try finding documentation on how to configure or do some task. And I didn't find much documentation. For instance I was hoping to...
I'm using the `--maintained-version` flag with initial value of `2-rc` ```/usr/local/bin/semantic-release --provider-opt "slug=" --no-ci -f --allow-no-changes --prerelease --maintained-version "2-rc"``` ``` [go-semantic-release]: version: 2.6.0 [go-semantic-release]: ci-condition plugin: [email protected] [go-semantic-release]: provider plugin:...
Currently, semantic-release only supports ~~Travis CI~~ (remove in v2), GitHub Actions and GitLab CI, let's add support for a couple more platforms like CircleCI, Bitrise, etc.
After release it doesn't update local repo, so when you check for latest tag it shows the older version. I am using followin command to get latest tag - ```sh...