|
@@ -98,7 +98,7 @@ When it's time to cut a new version for the wiki, the process is as follows.
|
|
|
|
|
|
IMPORTANT: A component module is a module that has an `antora.yml` file. A named module lives inside a component module. The version in the `antora.yml` file controls the version for the component module i.e. the wiki, not the version in the `wiki-playbook.yml`.
|
|
|
|
|
|
-. We do not want the Antora cache to be versioned so you need to first remove the cache from the `Commit Packages` command in the main.yml workflow, located in the '.github/workflows' directory.
|
|
|
+. We do not want the Antora cache to be versioned so you need to first remove the cache from the `Commit Packages` command in the main.yml workflow, located in the `.github/workflows` directory.
|
|
|
+
|
|
|
```
|
|
|
# Commits these files to root if and only if there are changes.
|
|
@@ -115,7 +115,7 @@ add: "package-lock.json package.json ./.cache/antora/*"
|
|
|
```
|
|
|
content:
|
|
|
sources:
|
|
|
- - url: https://github.com/mitm001/jme-wiki.git
|
|
|
+ - url: https://github.com/jMonkeyEngine/wiki.git
|
|
|
branches: [HEAD, v3.2]
|
|
|
```
|
|
|
.. Increment the version of any antora.yml file. At the time of this writing, there were two:
|