Skip to content

Commit fe40ca5

Browse files
committed
Update README
1 parent d78f811 commit fe40ca5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ This is the source of the http://docs.vavr.io/[Vavr documentation].
44

55
=== Performing Updates
66

7-
* Ensure `~/.gradle/gradle.properties` exists with
7+
* Ensure `~/.gradle/gradle.properties` exists with:
88

99
githubUser=<GitHub user>
1010
githubPassword=<GitHub password>
1111

1212
* Update the version in `gradle.properties`. Please note that the version in the Maven section of `getting_started.adoc` currently has to be updated manually.
1313
* Write documentation and test results with `./gradlew asciidoc`. If the Vavr API has changed, some code example tests might fail.
1414
* Then `git commit`, `git push` and `./gradlew publishGhPages`
15+
* Nowadays, `githubPassword` effectively means a token and not the actual password!

0 commit comments

Comments
 (0)