Changelog
*Sourced from [gitflow-maven-plugin's changelog](https://github.com/aleksandr-m/gitflow-maven-plugin/blob/master/CHANGELOG.md).*
> ## v1.13.0
>
> * Added ability to change git merge messages for feature and hotfix goals - [#185](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/185)
> * Added support for running custom Maven goals in `feature-finish` - [#177](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/pull/177)
> * Added ability to change release finish development merge commit message - [#175](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/175)
> * Added ability to skip updating `version`
> * Added support for updating property in pom (e.g. `revision`) - [#151](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/151)
Commits
- [`abe8305`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/abe83056bc5cad6ab14dfe9ec3574880cb94c052) 1.13.0 release
- [`1a903f7`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/1a903f74c0535b5670360cdbc4c1335c5d93626f) Add ability to change merge messages for feature and hotfix goals - closes [#185](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/185)
- [`0f568ae`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/0f568ae572dc178acdcf30ab46c7e8ffb2605ad1) Strip some whitespace characters in find branches - closes [#181](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/181)
- [`e5b220f`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/e5b220f1dff09d41d67719194b026555c620c592) Update some dependencies
- [`b8b04e5`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/b8b04e55144603935c71f01a003139aa37000ccb) Fix docs, move calling of postFeatureFinishGoals a bit
- [`58bb39b`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/58bb39bd887b252edaff92cd187d042431290e42) Merge pull request [#177](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/177) from ErfanY/master
- [`ae6a897`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/ae6a897a66e0ee7a66fb5c789d013c15925b37cb) Add support for running maven goals after merging a feature branch
- [`3744fb0`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/3744fb0ae58b36e11726c4e49246b58e5356bb7b) Add support for running custom maven goals before finishing a feature
- [`4fcc9fb`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/4fcc9fb6dfe6a1c0ed2f0ae1106e26421e36a3f8) Add ability to change release finish development merge commit message - close...
- [`d7be13c`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/d7be13c653d885c1cb1d8cd0337fa9db985c381e) Add skipUpdateVersion parameter - [#151](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/151), minor adjustments to - [#170](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/170)
- Additional commits viewable in [compare view](https://github.com/aleksandr-m/gitflow-maven-plugin/compare/v1.12.0...v1.13.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps gitflow-maven-plugin from 1.12.0 to 1.13.0.
Changelog
*Sourced from [gitflow-maven-plugin's changelog](https://github.com/aleksandr-m/gitflow-maven-plugin/blob/master/CHANGELOG.md).* > ## v1.13.0 > > * Added ability to change git merge messages for feature and hotfix goals - [#185](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/185) > * Added support for running custom Maven goals in `feature-finish` - [#177](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/pull/177) > * Added ability to change release finish development merge commit message - [#175](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/175) > * Added ability to skip updating `version` > * Added support for updating property in pom (e.g. `revision`) - [#151](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/151)Commits
- [`abe8305`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/abe83056bc5cad6ab14dfe9ec3574880cb94c052) 1.13.0 release - [`1a903f7`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/1a903f74c0535b5670360cdbc4c1335c5d93626f) Add ability to change merge messages for feature and hotfix goals - closes [#185](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/185) - [`0f568ae`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/0f568ae572dc178acdcf30ab46c7e8ffb2605ad1) Strip some whitespace characters in find branches - closes [#181](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/181) - [`e5b220f`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/e5b220f1dff09d41d67719194b026555c620c592) Update some dependencies - [`b8b04e5`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/b8b04e55144603935c71f01a003139aa37000ccb) Fix docs, move calling of postFeatureFinishGoals a bit - [`58bb39b`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/58bb39bd887b252edaff92cd187d042431290e42) Merge pull request [#177](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/177) from ErfanY/master - [`ae6a897`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/ae6a897a66e0ee7a66fb5c789d013c15925b37cb) Add support for running maven goals after merging a feature branch - [`3744fb0`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/3744fb0ae58b36e11726c4e49246b58e5356bb7b) Add support for running custom maven goals before finishing a feature - [`4fcc9fb`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/4fcc9fb6dfe6a1c0ed2f0ae1106e26421e36a3f8) Add ability to change release finish development merge commit message - close... - [`d7be13c`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/d7be13c653d885c1cb1d8cd0337fa9db985c381e) Add skipUpdateVersion parameter - [#151](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/151), minor adjustments to - [#170](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/170) - Additional commits viewable in [compare view](https://github.com/aleksandr-m/gitflow-maven-plugin/compare/v1.12.0...v1.13.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.