fastlane-plugin-semantic_release icon indicating copy to clipboard operation
fastlane-plugin-semantic_release copied to clipboard

Fully automated version management and generator of release notes

Results 16 fastlane-plugin-semantic_release issues
Sort by recently updated
recently updated
newest added

"Revert" commits should change the version in some way. A proposal would be: Just use the fix/feat/chore keywords for increasing the version further, ignoring the Revert part. Another one would...

Hi, so I always get 2 hashes from `git rev-list --max-parents=0 HEAD` even with the full git history, which results in this error: ```bash [12:12:51]: git rev-list --max-parents=0 HEAD resulted...

I've used [semantic-release](https://github.com/semantic-release/semantic-release) before where each version increment is quite minimal. E.g. ``` fix: lorem ipsum feat: lorem ipsum fix: lorem ipsum ``` would result in a version bump to...

First of all, I'm immensely grateful for this plugin's existence. Thank you for contributing this! I was curious if the plugin supports additional types that aren't explicitly mentioned in the...

This PR adds support for multiple scopes are per conventional-commit specs. I split using "," then for display i join using ", ". I also added `display_scopes` to disable displaying...