Moritz Schmitz von Hülst

Results 9 issues of 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" ] }...

**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...

Bug
Needs Product
Reviewed Q2 2021

# 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...

Enhancement

# 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,...

Enhancement

# 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...

Bug