Skip to content

Releases: jenkinsci/semantic-versioning-plugin

1.15

13 Jan 03:12
bb72671
Compare
Choose a tag to compare

🐛 Bug Fixes

1.14

08 Mar 11:03
647ed2e
Compare
Choose a tag to compare

👻 Maintenance

semantic-versioning-plugin-1.13

21 Oct 06:59
Compare
Choose a tag to compare

👻 Maintenance

semantic-versioning-plugin-1.12

20 Oct 08:08
Compare
Choose a tag to compare
[maven-release-plugin]  copy for tag semantic-versioning-plugin-1.12

semantic-versioning-plugin-1.11

20 Oct 11:52
Compare
Choose a tag to compare
  • Adding a default naming strategy to avoid NPE's. Minor formatting
  • Adding a script to release the plugin
  • Updating tests and adding tests for MavenReleaseNamingStrategy
  • Do not enable semantic version column by default (#7)
  • Fix JENKINS-40113: semantic-versioning-plugin causes dashboard to biff (#8)

semantic-versioning-plugin-1.10

20 Oct 11:48
Compare
Choose a tag to compare

Adding a default naming strategy to avoid NPE's. Minor formatting.

semantic-versioning-plugin-1.9

20 Oct 11:47
Compare
Choose a tag to compare
  • Added support for building on a slave

semantic-versioning-plugin-1.8

01 Jul 18:57
Compare
Choose a tag to compare
  • Version numbers are available as env variables now (@rmalchow)
  • Introduced "naming strategies" to make that part extendable separate from the parsers (@rmalchow)
  • Adding support for json-based files with implementations for bower.json and package.json

semantic-versioning-plugin-1.7

20 Oct 11:43
Compare
Choose a tag to compare
  • Fixing bug that caused duplicate entries for the column

semantic-versioning-plugin-1.6

20 Oct 11:42
Compare
Choose a tag to compare
  • The plugin is now based on a BuildStep which allows more control when sequencing builds. The previous implementation did not take into account any pre- / post-processing of the POM that may affect the version.
  • Adding copyright to files and correcting mis-spelling
  • Adding the ability to choose what is displayed in the Semantic Version column when the most recent build is not successful. Minor cleanups. Refactorings.