Skip to content

Commit b07f5fc

Browse files
committed
prepare dev cycle of 2.0.0-RC-4
1 parent 5a24d84 commit b07f5fc

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Following a few guidelines so that others can quickly benefit from your contribu
1212

1313
## Code of Conduct
1414
This project and everyone participating in it is governed by Variist's
15-
[Code of Conduct](https://github.com/tegonal/variist/tree/v2.0.0-RC-3/.github/CODE_OF_CONDUCT.md).
15+
[Code of Conduct](https://github.com/tegonal/variist/tree/main/.github/CODE_OF_CONDUCT.md).
1616
By participating, you are expected to uphold this code. Please report unacceptable behaviour to info@tutteli.ch
1717

1818
## How to Contribute

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ case you don't have enough time to execute all of them.
2424
❗ You are taking a *sneak peek* at the next version. It could be that some features you find on this page are not
2525
released yet.
2626
Please have a look at the README of the corresponding release/git tag. Latest
27-
version: [README of v2.0.0-RC-3](https://github.com/tegonal/variist/tree/v2.0.0-RC-3/README.md).
27+
version: [README of v2.0.0-RC-3](https://github.com/tegonal/variist/tree/main/README.md).
2828

2929
---
3030

@@ -1217,7 +1217,7 @@ Last but not least, we provide the extension method `Random.nextBigInt`.
12171217
12181218
# Code Documentation
12191219
1220-
Code documentation can be found on github-pages: <https://tegonal.github.io/variist/2.0.0-RC-3/kdoc>.
1220+
Code documentation can be found on github-pages: <https://tegonal.github.io/variist/latest#/kdoc>.
12211221
12221222
# Contributors and contribute
12231223
@@ -1236,7 +1236,7 @@ You are more than welcome to contribute as well:
12361236
the [help wanted issues](https://github.com/tegonal/variist/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22).
12371237
12381238
Please have a look at
1239-
[CONTRIBUTING.md](https://github.com/tegonal/variist/tree/v2.0.0-RC-3/.github/CONTRIBUTING.md)
1239+
[CONTRIBUTING.md](https://github.com/tegonal/variist/tree/main/.github/CONTRIBUTING.md)
12401240
for further suggestions and guidelines.
12411241
12421242
# License

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id("me.champeau.jmh") version "0.7.3"
88
}
99

10-
version = "2.0.0-RC-3"
10+
version = "2.0.0-RC-4-SNAPSHOT"
1111
group = "com.tegonal.variist"
1212
description = "Library which helps to setup and prioritise parameterized tests"
1313

@@ -83,7 +83,7 @@ Release & deploy a commit
8383
8484
8585
export VARIIST_PREVIOUS_VERSION=2.0.0-RC-3
86-
export VARIIST_VERSION=2.0.0-RC-3
86+
export VARIIST_VERSION=2.0.0-RC-4
8787
find ./ -name "*.md" | xargs perl -0777 -i \
8888
-pe "s@$VARIIST_PREVIOUS_VERSION@$VARIIST_VERSION@g;" \
8989
-pe "s@tree/main@tree/v$VARIIST_VERSION@g;" \
@@ -184,7 +184,7 @@ cd ../variist
184184
done &&
185185
(cd "$tmpDir" && zip -r "variist-$VARIIST_VERSION.zip" .) &&
186186
find "$tmpDir" -name "*.jar" | head -n 1 | xargs -I {} gpg --verify "{}.asc" "{}" &&
187-
echo "verify the correct gpg key was used (see above) and you might want to check the release in $tmpDir"
187+
echo "verify the correct gpg key was used (see above) and you might want to check the release in file://$tmpDir"
188188
b) Log into https://central.sonatype.com/publishing/deployments
189189
c) click on publish component and upload zip
190190
d) click on publish once verification is done
@@ -198,7 +198,7 @@ Prepare next dev cycle
198198
199199
200200
export VARIIST_VERSION=2.0.0-RC-3
201-
export VARIIST_NEXT_VERSION=2.0.0-RC-3
201+
export VARIIST_NEXT_VERSION=2.0.0-RC-4
202202
find ./ -name "*.md" | xargs perl -0777 -i \
203203
-pe "s@tree/v$VARIIST_VERSION@tree/main@g;" \
204204
-pe "s@$VARIIST_VERSION/kdoc@latest#/kdoc@g;" \

0 commit comments

Comments
 (0)