Skip to content

Releases: terrestris/maven-semantic-release

Release 3.0.1

22 Feb 08:21
Compare
Choose a tag to compare
  • Merge pull request #35 from djeanprost/feature/add-ntp-on-version-set (9652f19)
  • feat: remove transfert progress when sets version (5567351)
  • chore: automated doc generation (82c3967)
  • fix: escape \ after doc generation (3490fee)

Release 3.0.0

17 Jan 10:21
Compare
Choose a tag to compare

BREAKING CHANGE:

The default for the settingsPath changes from .m2/settings.xml to ~/.m2/settings.xml. This is the same path that action/setup-java uses by default.

Other changes:

  • Merge pull request #34 from terrestris/fix-defaults-clean-debug (9f017e7)
  • chore: automated doc generation (5e71390)
  • Merge pull request #28 from terrestris/settings-path-default (b379b5b)
  • fix: set defaults for clean and debug correctly (c894120)
  • fix: use home instead of cwd as settingsPath as action/setup-java creates a default file there (67cb228)

Release 2.3.0

06 Sep 13:14
Compare
Choose a tag to compare
  • chore: automated doc generation (f5761c2)
  • Merge pull request #26 from terrestris/fix-doc-pipeline (b3c80e6)
  • ci: fix commit command in pipeline (b73512a)
  • fix: simplify replace-docs.sh (6576fff)
  • Merge pull request #25 from terrestris/add-debug-option (add38ca)
  • Merge branch 'main' into add-debug-option (f0155f2)
  • Merge pull request #24 from terrestris/auto-generate-docs (fede208)
  • Merge pull request #23 from terrestris/add-ntp-option (e4634a8)
  • fix: spell out option (ab64d7f)
  • fix: remove test branch from workflow (21e0bd4)
  • feat: add mvn debug option (1d5c315)
  • fix: only commit changes if necessary (48ebe10)
  • Merge pull request #22 from terrestris/improve-readme (58ffd21)
  • Merge pull request #21 from terrestris/fix-typo (065dd15)
  • fix: adjust release-it (e1957d2)
  • chore: automated doc generation (304bb29)
  • docs: create script to automatically generate options (62e5a55)
  • feat: add -ntp option (0ec4d80)
  • docs: improve readme (3ba25ba)
  • feat: add some simple typing and api doc (bf5606b)
  • fix: fix typo in logging function (e246589)

Release 2.2.0

17 Aug 08:13
Compare
Choose a tag to compare
  • Merge pull request #20 from terrestris/glob-cwd (3be8541)
  • Use cwd for glob command (d6870d6)
  • Merge pull request #15 from terrestris/always-use-settings (e52121c)
  • fix: use settings.xml when updating versions (1efde5f)
  • Merge pull request #10 from niklasdoerflerkrone/f-add-glob-filter-git-add-snapshot-update (b1914fb)
  • Add glob function to determine changed pom.xml files for snapshot version update (500ebbf)

Release 2.1.3

20 Jan 14:36
Compare
Choose a tag to compare
  • fix: commit all changed pom.xml (04ca2ab)

Release 2.1.1

18 Jan 14:44
Compare
Choose a tag to compare
  • fix: use batch-mode to improve output (09edb9f)

Release 2.1.0

17 Jan 08:38
Compare
Choose a tag to compare
  • fix: use false as default value to not change behaviour (60c10e4)
  • feat: add processAllModules option (204a746)

Release 2.0.1

16 Jan 14:54
Compare
Choose a tag to compare
  • fix: allow paths longer then 1 character (a2a0066)

Release 2.0.0

16 Jan 14:32
Compare
Choose a tag to compare
  • feat: make clean toggable (b7c7adb)
  • feat: allow targets deploy and jib:build to be used together (b65ae2a)

BREAKING CHANGE: The option deployMethod becomes mavenTarget and the option jib becomes package jib:build

Release 1.0.1

21 Dec 11:03
Compare
Choose a tag to compare