Skip to content

Commit

Permalink
Release job: updates for version v1.0.579-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Mar 11, 2021
1 parent 73ac955 commit db337b3
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 @@ -16,8 +16,12 @@ For a list of breaking changes see link:#v1-breaking[breaking changes].

=== Unreleased

=== v1.0.579-alpha

* Release workflow now creates a GitHub release

https://github.com/clj-commons/rewrite-clj/compare/v1.0.574-alpha\...v1.0.579-alpha[Gritty details of changes for this release]

=== v1.0.574-alpha

* Docs now render on cljdoc https://github.com/clj-commons/rewrite-clj/issues/138[#138]
Expand Down
4 changes: 2 additions & 2 deletions doc/01-user-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Include the following dependency in your `deps.edn` file:
// NOTE: the version in this snippit is automatically updated by our release workflow
[source,clojure]
----
rewrite-clj/rewrite-clj {:mvn/version "1.0.574-alpha"}
rewrite-clj/rewrite-clj {:mvn/version "1.0.579-alpha"}
----

=== Leiningen
Expand All @@ -136,7 +136,7 @@ Include the following dependency in your `project.clj` file:
// NOTE: the version in this snippit is automatically update by our release workflow
[source,clojure]
----
[rewrite-clj/rewrite-clj "1.0.574-alpha"]
[rewrite-clj/rewrite-clj "1.0.579-alpha"]
----

== Rewrite-clj APIs
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>rewrite-clj</groupId>
<artifactId>rewrite-clj</artifactId>
<version>1.0.574-alpha</version>
<version>1.0.579-alpha</version>
<name>rewrite-clj</name>
<description>A library that reads and writes Clojure, ClojureScript and EDN from Clojure and ClojureScript in a whitespace and comment preserving way.</description>
<url>https://github.com/clj-commons/rewrite-clj</url>
<scm>
<url>https://github.com/clj-commons/rewrite-clj</url>
<connection>scm:git:[email protected]:clj-commons/rewrite-clj.git</connection>
<developerConnection>scm:git:[email protected]:clj-commons/rewrite-clj.git</developerConnection>
<tag>v1.0.574-alpha</tag>
<tag>v1.0.579-alpha</tag>
</scm>
<dependencies>
<dependency>
Expand Down

0 comments on commit db337b3

Please sign in to comment.