Skip to content

Commit

Permalink
🔖 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 24, 2023
1 parent f9b50bf commit 3ef7b36
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Json 5e convert CLI
release:
current-version: 2.2.4
next-version: 2.2.4
current-version: 2.2.5
next-version: 2.2.5
snapshot-version: 299-SNAPSHOT
jitpack:
group: com.github.ebullient
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ Of particular note are the varied monster templates:
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.4.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.5.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.

Expand Down
6 changes: 3 additions & 3 deletions docs/usage/alternateRun.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4/ttrpg-convert-cli-2.2.4-runner.jar
jbang app install --name ttrpg-convert --force --fresh https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.5/ttrpg-convert-cli-2.2.5-runner.jar
```

🚧 If you want the latest [_unreleased snapshot_][]:
Expand Down Expand Up @@ -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.4-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.4/ttrpg-convert-cli-2.2.4-runner.jar)
- Latest release: [ttrpg-convert-cli-2.2.5-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/2.2.5/ttrpg-convert-cli-2.2.5-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.4-runner.jar --help
java -jar ttrpg-convert-cli-2.2.5-runner.jar --help
```

🚧 If you are using the [_unreleased snapshot_][], use the following command:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<url>https://github.com/ebullient/ttrpg-convert-cli/issues</url>
</issueManagement>
<properties>
<revision>299-SNAPSHOT</revision>
<revision>2.2.5</revision>
<!-- Build -->
<clean-plugin.version>3.3.1</clean-plugin.version>
<compiler-plugin.version>3.11.0</compiler-plugin.version>
Expand Down

0 comments on commit 3ef7b36

Please sign in to comment.