Skip to content

Commit 317539c

Browse files
committed
Merge branch 'hotfix/4.3.4'
* hotfix/4.3.4: Add details on recently merged PRs Prepare 4.3.4 Release Notes stub Bump Docker image version to ”4.3.4“ Bump 'maintenance-version' key to “4.3.4” Re-run format script with latest Prettier (v3.6.2) Bump lint-staged from 16.1.0 to 16.1.2 (#622) Bump stylelint from 16.20.0 to 16.21.0 (#621) Bump prettier from 3.5.3 to 3.6.2 (#620) Add 4.3.3 release date Update GitHub Actions for 4.3.3 (#619)
2 parents cfcd577 + 8db6471 commit 317539c

9 files changed

Lines changed: 170 additions & 152 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ Follow this process to ensure your contribution meets our expectations and incre
4949
4. Commit your changes in logical chunks.
5050

5151
Please be sure to follow the [coding guidelines][5] and [best practices][6] outlined in the docs project wiki:
52-
5352
- [Test before committing][7]
5453
- [Commit related changes][8]
5554
- [Commit often][9]

.github/actions/render/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
default: 'master'
77
DITA_OT_VERSION:
88
description: 'DITA-OT version used for rendering'
9-
default: '4.3.2'
9+
default: '4.3.3'
1010
runs:
1111
using: 'composite'
1212
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
env:
1919
WEBSITE_PLUGIN_BRANCH: 'master'
20-
DITA_OT_VERSION: '4.3.2'
20+
DITA_OT_VERSION: '4.3.3'
2121
steps:
2222
- name: Parse arguments
2323
run: |

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ You must have a JRE and a local installation of DITA-OT. There is no need to dow
2828

2929
1. Open a command prompt, and change to the directory of your docs repository clone.
3030
2. Type a variant of the following command for your operating system, adjust the path to your DITA-OT installation, and press <kbd>Enter</kbd>:
31-
3231
- On **Linux**, **macOS**, or **Git Bash**, use `./gradlew`:
3332

3433
./gradlew -PditaHome=/path/to/dita-ot
@@ -43,12 +42,10 @@ You must have a JRE and a local installation of DITA-OT. There is no need to dow
4342
If you’re using a clone of the [DITA-OT development repository][5] as your toolkit installation alongside your clone of the `docs` repository:
4443

4544
1. In the root directory of your `dita-ot` repository, run Gradle to compile the Java code and install plugins.
46-
4745
- On **Linux**, **macOS**, or **Git Bash**, use `./gradlew`.
4846
- On **Windows**, use `gradlew.bat`.
4947

5048
2. Then run the Gradle build in the `docs` repository to generate topics and build the documentation output.
51-
5249
- On **Linux**, **macOS**, or **Git Bash**, run the build script like this:
5350

5451
./gradlew -PditaHome=../dita-ot/src/main

0 commit comments

Comments
 (0)