Skip to content

Commit 58dea49

Browse files
committed
Docs should now render on cljdoc
We tag with v1.2.3 but our pom.xml scm->tag only had 1.2.3 Depstar handles synching pom.xml version and tag and understands that the tag can optionally be prefixed with a v. Closes #138
1 parent 955846a commit 58dea49

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ For a list of breaking changes see link:#v1-breaking[breaking changes].
1616

1717
=== Unreleased
1818

19+
* Docs now render on cljdoc https://github.com/clj-commons/rewrite-clj/issues/138[#138]
20+
1921
=== v1.0.572-alpha
2022

2123
If you wish, you can read nitty gritty details on link:doc/design/01-merging-rewrite-clj-and-rewrite-cljs.adoc[merging rewrite clj v0 and rewrite cljs].

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<url>https://github.com/clj-commons/rewrite-clj</url>
1212
<connection>scm:git:[email protected]:clj-commons/rewrite-clj.git</connection>
1313
<developerConnection>scm:git:[email protected]:clj-commons/rewrite-clj.git</developerConnection>
14-
<tag>1.0.572-alpha</tag>
14+
<tag>v1.0.572-alpha</tag>
1515
</scm>
1616
<dependencies>
1717
<dependency>

0 commit comments

Comments
 (0)