We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e67b7 commit 460f343Copy full SHA for 460f343
CHANGELOG.md
@@ -1,5 +1,14 @@
1
<!-- Keep a Changelog guide -> https://keepachangelog.com -->
2
+
3
# draft-release-workflow Changelog
4
5
## [Unreleased]
6
-[Unreleased]: https://github.com/Lohni/draft-release-workflow/commits/HEAD
7
+## [0.0.1] - 2024-02-27
8
9
+### Added
10
11
+- Create initial release
12
13
+[Unreleased]: https://github.com/Lohni/draft-release-workflow/compare/v0.0.1...HEAD
14
+[0.0.1]: https://github.com/Lohni/draft-release-workflow/commits/v0.0.1
build.gradle
@@ -7,7 +7,7 @@ plugins {
}
group = 'com.lohni'
-version = '0.0.0'
+version = '0.0.1'
java {
sourceCompatibility = '17'
0 commit comments