Releases: jenkinsci/semantic-versioning-plugin
Releases · jenkinsci/semantic-versioning-plugin
1.15
1.14
semantic-versioning-plugin-1.13
- Add composer support (#9) @CaporalDead
👻 Maintenance
- [INFRA] Add release drafter (#19) @Dohbedoh
- [INFRA] Enable dependabot (#14) @Dohbedoh
- Use HTTPS URLs in pom.xml (#13) @daniel-beck-bot
- [INFRA] cleanup pom (#21) @Dohbedoh
- [INFRA] Review documentation and move to GitHub (#20) @Dohbedoh
- Add a Jenkinsfile (#12) @Dohbedoh
- JENKINS-41968 - Fixed the pom for release management (#11) @Dohbedoh
- JENKINS-41968 - Fixed the pom for release management (#10) @Dohbedoh
semantic-versioning-plugin-1.12
[maven-release-plugin] copy for tag semantic-versioning-plugin-1.12
semantic-versioning-plugin-1.11
- 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
Adding a default naming strategy to avoid NPE's. Minor formatting.
semantic-versioning-plugin-1.9
- Added support for building on a slave
semantic-versioning-plugin-1.8
semantic-versioning-plugin-1.7
- Fixing bug that caused duplicate entries for the column
semantic-versioning-plugin-1.6
- 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.