Skip to content

Commit

Permalink
Added asciidoctor-verify phase
Browse files Browse the repository at this point in the history
This changes adds the asciidoctor-verify phase invoked after the asciidoctor-post-publish phase.
This phase was sugested By @abelsromero.

This commit resolves #68.
  • Loading branch information
rrialq committed Oct 8, 2020
1 parent 8a54b17 commit cb7ad3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.adoc
Expand Up @@ -47,7 +47,8 @@ documentation from the default lifecycle with the asciidoctor-maven-plugin.
In this section I will tell you the most recent changes.
This section will disappear with the final release.

.2020/10/07
.2020/10/08
* Added ```asciidoctor-verify``` phase after ```asciidoctor-post-publish``` phase.
* Renamed ```asciidoctor-prepare-notify``` to ```asciidoctor-pre-notify```.
* Renamed ```asciidoctor-prepare-publish``` to ```asciidoctor-pre-publish```.
* Renamed ```asciidoctor-prepare-theme``` to ```asciidoctor-pre-theme```.
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plexus/components.xml
Expand Up @@ -14,6 +14,7 @@
<phase>asciidoctor-pre-publish</phase>
<phase>asciidoctor-publish</phase>
<phase>asciidoctor-post-publish</phase>
<phase>asciidoctor-verify</phase>
<phase>asciidoctor-pre-notify</phase>
<phase>asciidoctor-notify</phase>
</phases>
Expand Down

0 comments on commit cb7ad3e

Please sign in to comment.