Skip to content

Commit 18ece67

Browse files
authored
Gradle release test (#584)
* 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
1 parent be1e1f0 commit 18ece67

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## 0.4.0 - 2024-??-??
4+
## 0.4.0 - 2024-04-19
55
### Removed
66

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

9+
### Fixed
10+
11+
- Tons of dependency upgrades to keep things secure
12+
913
## 0.3.4 - 2024-01-04
1014
### Changed
1115

build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ subprojects {
2828
}
2929

3030
configure<ReleaseExtension> {
31+
tagTemplate.set("jpasskit-${version}")
3132
with(git) {
3233
requireBranch.set("master")
3334
}

0 commit comments

Comments
 (0)