Skip to content

Commit

Permalink
Release job: updates for version v1.0.129-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Apr 16, 2021
1 parent 1800a69 commit 8b40a17
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ For a list of breaking changes see link:#breaking[breaking-changes]

== Unreleased

== v1.0.129-alpha

* Maintenance release - bump deps

https://github.com/lread/test-doc-blocks/compare/v1.0.124-alpha\...v1.0.129-alpha[Gritty details of changes for this release]

== v1.0.124-alpha

* Maintenance release - deps, docs and ops updates
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Add an alias to your `deps.edn`:
// NOTE: mvn/version version is automatically updated by release process
[source,clojure]
----
:gen-doc-tests {:extra-deps {com.github.lread/test-doc-blocks {:mvn/version "1.0.124-alpha"}}
:gen-doc-tests {:extra-deps {com.github.lread/test-doc-blocks {:mvn/version "1.0.129-alpha"}}
:exec-fn lread.test-doc-blocks/gen-tests}
----

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.lread</groupId>
<artifactId>test-doc-blocks</artifactId>
<version>1.0.124-alpha</version>
<version>1.0.129-alpha</version>
<name>test-doc-blocks</name>
<description>Generate Clojure tests from AsciiDoc and CommonMark doc code blocks</description>
<url>https://github.com/lread/test-doc-blocks</url>
Expand All @@ -17,7 +17,7 @@
<url>https://github.com/lread/test-doc-blocks</url>
<connection>scm:git:git@github.com:lread/test-doc-blocks.git</connection>
<developerConnection>scm:git:git@github.com:lread/test-doc-blocks.git</developerConnection>
<tag>v1.0.124-alpha</tag>
<tag>v1.0.129-alpha</tag>
</scm>
<dependencies>
<dependency>
Expand Down

0 comments on commit 8b40a17

Please sign in to comment.