Skip to content

Commit

Permalink
Merge branch 'hotfix/4.1.2'
Browse files Browse the repository at this point in the history
* hotfix/4.1.2: (28 commits)
  Add note on teletype styling in custom CSS
  Correct Apache XML Commons Resolver name
  Hide release date placeholder
  Add details on XML Resolver 5.2.1
  Add details on metadata cascade refactoring
  Add details on links to titles with footnotes
  Add details on test coverage improvements
  Add info on styling teletype output in CSS
  Add details on chunked map filename normalization
  Bump actions/checkout from 3 to 4 (#500)
  Add details on network file URI validation
  Edit map-first preprocessing items for redundancy
  Describe 3546 along with 3446
  Group & describe map-first preprocessing issues
  Prepare 4.1.2 Release Notes stub
  Bump Docker image version to ”4.1.2“
  Bump 'maintenance-version' key to “4.1.2”
  Bump @prettier/plugin-xml to 3.2.1
  Bump lint-staged from 13.2.3 to 14.0.1 (#497)
  Bump prettier from 3.0.0 to 3.0.3 (#496)
  ...
  • Loading branch information
infotexture committed Oct 2, 2023
2 parents 6e6e51e + 529932f commit 0ce3dc5
Show file tree
Hide file tree
Showing 16 changed files with 647 additions and 637 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out docs
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Check out website
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: dita-ot/website
token: ${{ secrets.COMMITTER_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
name: 'Validation'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
WEBSITE_BRANCH: 'master'
steps:
- name: Check out docs
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Check out website
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: dita-ot/website
ref: ${{ env.WEBSITE_BRANCH }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fi
- name: Check out docs
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.TAG }}

Expand All @@ -51,7 +51,7 @@ jobs:
java-version: 17

- name: Check out website
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: dita-ot/website
token: ${{ secrets.COMMITTER_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@
"printWidth": 200
}
}
]
],
"plugins": ["@prettier/plugin-xml"]
}
Loading

0 comments on commit 0ce3dc5

Please sign in to comment.