-
We have been using `python-semantic-release` (from v7.x to v9.x) with Angular commit parser and been having difficulty with bumping the major version automatically. Part of the problem might be to do …
-
## Current behavior
Whenever I try to run a release, with my config using the following config:
```json
"release": {
"branches": [
"release/'*'"
],
....
```
This cause…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
## :rotating_light: The automated release from the `main` branch failed. :rotating_light:
I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug…
-
## :rotating_light: The automated release from the `main` branch failed. :rotating_light:
I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug…
-
I'm using [GitHub Flow](https://guides.github.com/introduction/flow/)/[Trunk Based Development](https://trunkbaseddevelopment.com/) thanks to `semantic-release`, and it's great! I'm going to move all …
-
## Current behavior
I want to add git sha short version as build information in the version. e.g.` v1.0.0+abcdefg`. So I set the `tagFormat: "${version}+${process.env.git_sha_short}"` in `.releaser…
-
### Current behavior
`semantic-release --branches '{"name":"main"},{"name":"version-test","prerelease":"snap"}' --dry-run --debug`
Splits `{"name":"version-test","prerelease":"snap"}` into two i…
-
### Search before asking
- [X] I searched the [issues](https://github.com/IBM/data-prep-lab/issues) and found no similar issues.
### Component
Other
### What happened + What you expected to happe…
-
Something like [this](https://medium.com/agoda-engineering/automating-versioning-and-releases-using-semantic-release-6ed355ede742) is cool because we can push create semantic tags based on the convent…