Skip to content

Commit

Permalink
Gradle release test (#584)
Browse files Browse the repository at this point in the history
* test release

* [Gradle Release Plugin] - pre tag commit:  '0.4.0'.

* [Gradle Release Plugin] - new version commit:  '0.4.1-SNAPSHOT'.

* [Gradle Release Plugin] - pre tag commit:  '0.4.0'.

* prepare for 0.4.1-SNAPSHOT

* fixed tag template

* Added changelog
  • Loading branch information
drallgood authored Apr 19, 2024
1 parent be1e1f0 commit 18ece67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.4.0 - 2024-??-??
## 0.4.0 - 2024-04-19
### Removed

- !!! Support for Java 8 was removed. Please use 0.3.x on Java 8.

### Fixed

- Tons of dependency upgrades to keep things secure

## 0.3.4 - 2024-01-04
### Changed

Expand Down
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ subprojects {
}

configure<ReleaseExtension> {
tagTemplate.set("jpasskit-${version}")
with(git) {
requireBranch.set("master")
}
Expand Down

0 comments on commit 18ece67

Please sign in to comment.