Moritz Schmitz von Hülst
Moritz Schmitz von Hülst
It seems the length for labels can be 50 characters max. Error message: ``` HttpError: Validation Failed: {"value":"released on @feature/SUVI-2176-Unfallmeldung-Erstzeuge-falsche-Adressdaten-werden-nicht-als-Fehlergrund-markiert","resource":"Label","field":"name","code":"invalid"} ```
``` { "branches": [ { "name": "main", "prerelease": false }, { "name": "development", "prerelease": true }, { "name": "staging", "prerelease": false } ], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/github" ] }...
Closes #89
**What steps did you take and what happened:** In our automation, I am creating backups on one cluster and then restore them on another within the same GCP project. To...
# What / Why I think it would be nice to have a similar function like `coerce()` for identifiers only. Let's say there is a way for the user to...
# What / Why Problem described in #349: An 'invalid' identifier will lead to an invalid `semver`. Now, there is no way to check beforehand whether an identifier is valid,...
# What / Why Given an identifier I want to increment a prerelease version. ### Current Behavior Given an 'invalid' identifier, `inc()` will produce an invalid `semver`. ### Steps to...
## References Closes #350