summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.adoc3
-rw-r--r--README-de.adoc3
-rw-r--r--README-fr.adoc3
-rw-r--r--README-jp.adoc3
-rw-r--r--README-zh_CN.adoc3
-rw-r--r--README.adoc3
-rw-r--r--lib/asciidoctor/version.rb2
-rw-r--r--man/asciidoctor.16
-rw-r--r--man/asciidoctor.adoc2
9 files changed, 16 insertions, 12 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 9cd21a61..d6250293 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -13,7 +13,7 @@ endif::[]
This document provides a high-level view of the changes introduced in Asciidoctor by release.
For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub.
-// tag::compact[]
+// end::compact[]
== 2.0.12.rc.1 (2020-11-10) - @mojavelinux
Bug Fixes::
@@ -37,7 +37,6 @@ Build / Infrastructure::
* Migrate Windows CI jobs to GitHub Actions (#3839)
* Run CI job on macOS (#3842)
-// end::compact[]
== 2.0.11 (2020-11-02) - @mojavelinux
Bug Fixes::
diff --git a/README-de.adoc b/README-de.adoc
index 00f8c53a..1ba6e2e2 100644
--- a/README-de.adoc
+++ b/README-de.adoc
@@ -1,5 +1,6 @@
= Asciidoctor
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]>
+v2.0.12.rc.2, 2020-11-10
// settings:
:idprefix:
:idseparator: -
@@ -15,7 +16,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 2.0.12.rc.1
+:release-version: 2.0.12.rc.2
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
diff --git a/README-fr.adoc b/README-fr.adoc
index 63e7b81e..3e15981e 100644
--- a/README-fr.adoc
+++ b/README-fr.adoc
@@ -1,5 +1,6 @@
= Asciidoctor
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]>
+v2.0.12.rc.2, 2020-11-10
// settings:
:idprefix:
:idseparator: -
@@ -15,7 +16,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 2.0.12.rc.1
+:release-version: 2.0.12.rc.2
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
diff --git a/README-jp.adoc b/README-jp.adoc
index 1fc29cb0..eaf0da76 100644
--- a/README-jp.adoc
+++ b/README-jp.adoc
@@ -1,5 +1,6 @@
= Asciidoctor
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]>
+v2.0.12.rc.2, 2020-11-10
// settings:
:idprefix:
:idseparator: -
@@ -15,7 +16,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 2.0.12.rc.1
+:release-version: 2.0.12.rc.2
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
diff --git a/README-zh_CN.adoc b/README-zh_CN.adoc
index 73746d8a..07999694 100644
--- a/README-zh_CN.adoc
+++ b/README-zh_CN.adoc
@@ -1,5 +1,6 @@
= Asciidoctor
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]>
+v2.0.12.rc.2, 2020-11-10
// settings:
:page-layout: base
:idprefix:
@@ -16,7 +17,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 2.0.12.rc.1
+:release-version: 2.0.12.rc.2
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
diff --git a/README.adoc b/README.adoc
index 5d108b8f..ba060215 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,5 +1,6 @@
= Asciidoctor
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>; Ryan Waldron <https://github.com/erebor[@erebor]>
+v2.0.12.rc.2, 2020-11-10
// settings:
:idprefix:
:idseparator: -
@@ -16,7 +17,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]
// Variables:
-:release-version: 2.0.12.rc.1
+:release-version: 2.0.12.rc.2
// URIs:
:uri-org: https://github.com/asciidoctor
:uri-repo: {uri-org}/asciidoctor
diff --git a/lib/asciidoctor/version.rb b/lib/asciidoctor/version.rb
index 2be584aa..c64625b5 100644
--- a/lib/asciidoctor/version.rb
+++ b/lib/asciidoctor/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Asciidoctor
- VERSION = '2.0.12.dev'
+ VERSION = '2.0.12.rc.2'
end
diff --git a/man/asciidoctor.1 b/man/asciidoctor.1
index e4bf56de..0bc727b4 100644
--- a/man/asciidoctor.1
+++ b/man/asciidoctor.1
@@ -1,13 +1,13 @@
'\" t
.\" Title: asciidoctor
.\" Author: Dan Allen, Sarah White, Ryan Waldron
-.\" Generator: Asciidoctor 2.0.12.rc.1
+.\" Generator: Asciidoctor 2.0.12.rc.2
.\" Date: 2020-11-10
.\" Manual: Asciidoctor Manual
-.\" Source: Asciidoctor 2.0.12.rc.1
+.\" Source: Asciidoctor 2.0.12.rc.2
.\" Language: English
.\"
-.TH "ASCIIDOCTOR" "1" "2020-11-10" "Asciidoctor 2.0.12.rc.1" "Asciidoctor Manual"
+.TH "ASCIIDOCTOR" "1" "2020-11-10" "Asciidoctor 2.0.12.rc.2" "Asciidoctor Manual"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
diff --git a/man/asciidoctor.adoc b/man/asciidoctor.adoc
index 762d0ea8..04da94ed 100644
--- a/man/asciidoctor.adoc
+++ b/man/asciidoctor.adoc
@@ -1,7 +1,7 @@
= asciidoctor(1)
Dan Allen; Sarah White; Ryan Waldron
:doctype: manpage
-:release-version: 2.0.12.rc.1
+:release-version: 2.0.12.rc.2
:man manual: Asciidoctor Manual
:man source: Asciidoctor {release-version}
:page-layout: base