Skip to content

Commit bec6220

Browse files
committed
Build against Asciidoctor core 2.0.23
1 parent a3fb1ba commit bec6220

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
matrix:
99
os: [ubuntu-latest]
1010
node-version: [12.x, 14.x]
11-
asciidoctor-core-version: [v2.0.22, main]
11+
asciidoctor-core-version: [v2.0.23, main]
1212
experimental: [false]
1313
include:
1414
- node-version: 14.x
1515
os: macos-latest
1616
experimental: true
17-
asciidoctor-core-version: v2.0.22
17+
asciidoctor-core-version: v2.0.23
1818
runs-on: ${{ matrix.os }}
1919
continue-on-error: ${{ matrix.experimental }}
2020
steps:
@@ -46,7 +46,7 @@ jobs:
4646
node-version:
4747
- 12.x
4848
- 14.x
49-
asciidoctor-core-version: [v2.0.22, main]
49+
asciidoctor-core-version: [v2.0.23, main]
5050
steps:
5151
- uses: actions/checkout@v2
5252
- name: Set up Node ${{ matrix.node-version }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
npm ci --prefix packages/core
2424
- name: Lint, build and test
2525
env:
26-
ASCIIDOCTOR_CORE_VERSION: v2.0.22
26+
ASCIIDOCTOR_CORE_VERSION: v2.0.23
2727
run: |
2828
npm run lint
2929
npm run test
@@ -51,7 +51,7 @@ jobs:
5151
# package and publish
5252
- name: Package
5353
env:
54-
ASCIIDOCTOR_CORE_VERSION: v2.0.22
54+
ASCIIDOCTOR_CORE_VERSION: v2.0.23
5555
run: ./scripts/package.sh
5656
- name: Publish
5757
env:

CHANGELOG.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[
99
== Unreleased
1010

1111
Improvements::
12+
13+
* Build against the latest release of Asciidoctor 2.0.23
14+
15+
== 2.2.7 (2024-03-17)
16+
17+
Improvements::
18+
1219
* Build against the latest release of Asciidoctor 2.0.22
1320

1421
== 2.2.6 (2022-01-21)

0 commit comments

Comments
 (0)