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

I currently have a react native project within a monorepo that also contains the api and web app. Therefore fetching the git history specific to the react native directory is...

Hello, I'm really excited to use this plugin. I'm having trouble getting it to work on my project. I have tags such as `v5.7.0`, but for some reason I wasn't...

Allow to group commits by scope Fix: - https://github.com/xotahal/fastlane-plugin-semantic_release/issues/35 Done: - [x] Use Case: when all commits have scopes - [x] Use Case: some commits don't have scopes - [x]...

It seems that `analyze_commit` bumps the patch / minor / major version for _every_ commit it finds that should bump that version. This seems like unexpected behaviour. The behaviour I...

This PR just adds an abbrev option for analyze_commits, to allow you to add the `--abbrev=` option to the `git describe` command, which allows for much more flexibility around choosing...

Thanks for this library. If multiple commits have the same scope, it could be grouped together to make that more visible # Current - **User Login:** add User Income Form...

From looking at the test cases it's not clear if just including a bang `!` will do the trick. It seems like `BREAKING CHANGE:` needs to be in the commit...

It could be cool to allow the words `fix` or `feat` to be recognized even if they are writen as `Feat` or `Fix` or `FIX`. Our use case is that...

If you click any of these links in https://github.com/xotahal/fastlane-plugin-semantic_release/releases, it shows 404 on GitHub ![image](https://user-images.githubusercontent.com/76348/149455685-ea5a68b5-e6bc-4e4a-b793-ca9f0af4254b.png) It may be related to deleting the branch on where they existed?

For context, I did a manual deploy on Google Play and then use Fastlane on Github Actions. Currently, I don't have any tags present. I'm deploying on `android/internal/vX.Y.Z` and `analyze_commits`...