Skip to content

Commit 2461f5b

Browse files
committed
Prepare for release 0.4.0
1 parent a483a15 commit 2461f5b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

RELEASING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Releasing
22
=========
33

4-
1. Make sure that CI is green (builds & all tests pass)
4+
1. Make sure that CI is green on
5+
the [`main` branch](https://github.com/daniel-rusu/pods4k/actions?query=branch%3Amain) (builds & all tests pass)
56
2. Create a `Prepare for release X.Y.Z` commit with the following changes:
67
* Update [changelog.md](changelog.md) with anything that's missing but don't document the new release version yet
78
* Update the `VERSION_NAME` property in [gradle.properties](gradle.properties) for the new release using semantic

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx1024m -XX:MaxMetaspaceSize=512m
33
kotlin.code.style=official
44

55
GROUP=com.danrusu.pods4k
6-
VERSION_NAME=0.3.0
6+
VERSION_NAME=0.4.0
77

88
POM_INCEPTION_YEAR=2024
99

0 commit comments

Comments
 (0)