Skip to content

Commit

Permalink
Publish 0.2.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 14, 2022
1 parent 18c8445 commit be3d90b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Updated

## [0.2.0-alpha.1] - 2022-06-14

### Added

- `semverPrint` task which prints the version and generates the `build/semver/version.txt`.
- `semver` plugin extension which has `tagPrefix` to indicate the project tag prefix.
- configuration cache support
Expand All @@ -19,16 +33,12 @@
projects are going to bump the version based on it and the value in the property `tagPrefix` in
the semver plugin extension.

### Deprecated

### Removed

- applying the plugin to the root project only configures the root project and not all projects.
- `build/semver/version.txt` is no longer generated in configuration phase.
- the old way to change the version in multi-project builds (`-PprojectName:semver.scope=patch"`).

### Fixed

### Updated

- `org.jetbrains.kotlinx:binary-compatibility-validator -> 0.10.1`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Kotlin version](https://img.shields.io/badge/kotlin-1.6.10-blueviolet?logo=kotlin&logoColor=white)
![Kotlin version](https://img.shields.io/badge/kotlin-1.6.21-blueviolet?logo=kotlin&logoColor=white)
[![MavenCentral](https://img.shields.io/maven-central/v/com.javiersc.semver/semver-gradle-plugin?label=MavenCentral)](https://repo1.maven.org/maven2/com/javiersc/semver/semver-gradle-plugin/)
[![Snapshot](https://img.shields.io/nexus/s/com.javiersc.semver/semver-gradle-plugin?server=https%3A%2F%2Foss.sonatype.org%2F&label=Snapshot)](https://oss.sonatype.org/content/repositories/snapshots/com/javiersc/semver/semver-gradle-plugin/)

Expand Down

0 comments on commit be3d90b

Please sign in to comment.