Skip to content

Commit

Permalink
Release job: updates for version v1.0.114-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Mar 14, 2021
1 parent d253499 commit fdac3e3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 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.114-alpha

* Ensure test-doc-blocks works on Windows

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

== v1.0.107-alpha

* Support generating tests from CommonMark code blocks found in Clojure source docstrings
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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 {lread/test-doc-blocks {:mvn/version "1.0.107-alpha"}}
:gen-doc-tests {:extra-deps {lread/test-doc-blocks {:mvn/version "1.0.114-alpha"}}
:exec-fn lread.test-doc-blocks/gen-tests}
----

Expand Down
6 changes: 3 additions & 3 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>lread</groupId>
<artifactId>test-doc-blocks</artifactId>
<version>1.0.107-alpha</version>
<version>1.0.114-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:[email protected]:lread/test-doc-blocks.git</connection>
<developerConnection>scm:git:[email protected]:lread/test-doc-blocks.git</developerConnection>
<tag>v1.0.107-alpha</tag>
<tag>v1.0.114-alpha</tag>
</scm>
<dependencies>
<dependency>
Expand Down Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>babashka</groupId>
<artifactId>fs</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit fdac3e3

Please sign in to comment.