From 897ca6f2779975c672dbc5b4eac949d6a0522519 Mon Sep 17 00:00:00 2001
From: GitHub <41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 1 Nov 2023 19:57:25 +0000
Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=202.2.12?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.github/project.yml | 4 ++--
README.md | 2 +-
docs/usage/alternateRun.md | 6 +++---
pom.xml | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/project.yml b/.github/project.yml
index 9c80eb5e2..e62c1ce50 100644
--- a/.github/project.yml
+++ b/.github/project.yml
@@ -1,7 +1,7 @@
name: Json 5e convert CLI
release:
- current-version: 2.2.11
- next-version: 2.2.11
+ current-version: 2.2.12
+ next-version: 2.2.12
snapshot-version: 299-SNAPSHOT
build:
artifact: ttrpg-convert-cli
diff --git a/README.md b/README.md
index 48ac85150..74e6639fd 100644
--- a/README.md
+++ b/README.md
@@ -381,7 +381,7 @@ See the following examples:
3. 🔥 Better support for table rendering has superceded dedicated/hand-tended random name tables. All of the tables are still present, just in different units more directly related to source material.
4. 🔥 **Change to monster template attributes:** Legendary group attributes have been simplified to `name` and `desc`, just like other traits. See the [default monster template](https://github.com/ebullient/ttrpg-convert-cli/blob/0736c3929a6d90fe01860692f487b8523b57e60d/src/main/resources/templates/tools5e/monster2md.txt#L80) for an example.
-> ***If you use the Templater plugin***, you can use [a templater script](https://raw.githubusercontent.com/ebullient/ttrpg-convert-cli/main/migration/ttrpg-cli-renameFiles-5e-2.2.11.md) to **rename files in your vault before merging** with freshly generated content. View the contents of the template before running it, and adjust parameters at the top to match your Vault.
+> ***If you use the Templater plugin***, you can use [a templater script](https://raw.githubusercontent.com/ebullient/ttrpg-convert-cli/main/migration/ttrpg-cli-renameFiles-5e-2.2.12.md) to **rename files in your vault before merging** with freshly generated content. View the contents of the template before running it, and adjust parameters at the top to match your Vault.
✨ **New template documentation** is available in [docs](https://github.com/ebullient/ttrpg-convert-cli/tree/main/docs). Content is generated from javadoc in the various *.qute packages (for template-accessible fields and methods). It may not be complete.. PRs to improve it are welcome.
diff --git a/docs/usage/alternateRun.md b/docs/usage/alternateRun.md
index 80739699d..490d5f93e 100644
--- a/docs/usage/alternateRun.md
+++ b/docs/usage/alternateRun.md
@@ -23,7 +23,7 @@ JBang is a tool designed to simplify Java application execution. By eliminating
2. Install the pre-built release of ttrpg-convert-cli:
```shell
- jbang app install --name ttrpg-convert --force --fresh https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.11/ttrpg-convert-cli-2.2.11-runner.jar
+ jbang app install --name ttrpg-convert --force --fresh https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.12/ttrpg-convert-cli-2.2.12-runner.jar
```
🚧 If you want the latest [_unreleased snapshot_][]:
@@ -52,13 +52,13 @@ To run the CLI, you will need to have **Java 17** installed on your system.
2. Download the CLI as a jar
- - Latest release: [ttrpg-convert-cli-2.2.11-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.11/ttrpg-convert-cli-2.2.11-runner.jar)
+ - Latest release: [ttrpg-convert-cli-2.2.12-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.12/ttrpg-convert-cli-2.2.12-runner.jar)
- 🚧 [_unreleased snapshot_][]: [ttrpg-convert-cli-299-SNAPSHOT-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/299-SNAPSHOT/ttrpg-convert-cli-299-SNAPSHOT-runner.jar)
3. Verify the install by running the command:
```shell
- java -jar ttrpg-convert-cli-2.2.11-runner.jar --help
+ java -jar ttrpg-convert-cli-2.2.12-runner.jar --help
```
🚧 If you are using the [_unreleased snapshot_][], use the following command:
diff --git a/pom.xml b/pom.xml
index 0c0f871a1..2a3636f0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
https://github.com/ebullient/ttrpg-convert-cli/issues
- 299-SNAPSHOT
+ 2.2.12
3.3.2
3.11.0