File tree 2 files changed +8
-3
lines changed 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 39
39
with :
40
40
gradle-version : wrapper
41
41
arguments : |
42
- -Preckon.stage=final
42
+ -Preckon.stage=
43
43
publishAllPublicationsToGitHubRepository
44
44
env :
45
45
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
50
50
with :
51
51
gradle-version : wrapper
52
52
arguments : |
53
- -Preckon.stage=final
53
+ -Preckon.stage=
54
54
publishToSonatype
55
55
closeAndReleaseSonatypeStagingRepository
56
56
env :
Original file line number Diff line number Diff line change @@ -3,9 +3,14 @@ kotlin.native.ignoreDisabledTargets=true
3
3
org.gradle.jvmargs =-Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=1g
4
4
org.gradle.java.installations.auto-download =false
5
5
6
+ # major: 1.0.0 -> 2.0.0-SNAPSHOT
6
7
# minor: 1.0.0 -> 1.1.0-SNAPSHOT
7
8
# patch: 1.0.0 -> 1.0.1-SNAPSHOT
8
9
reckon.scope =patch
9
10
10
- # Either `snapshot` or `final`.
11
+ # Either `snapshot`, or `final` (increment the version and perform a release),
12
+ # or an empty string (re-use the tag of the HEAD revision and perform a release).
13
+ #
14
+ # See this comment for details:
15
+ # https://github.com/ajoberstar/reckon/issues/133#issuecomment-1037695265
11
16
reckon.stage =snapshot
You can’t perform that action at this time.
0 commit comments