Skip to content

Commit 157f84e

Browse files
committed
Prepare release 1.12.3-alpha5
1 parent 44ffa76 commit 157f84e

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.12.3-alpha4
1+
version=1.12.3-alpha5

Clojure/CurrentVersion.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<MajorVersion>1</MajorVersion>
55
<MinorVersion>12</MinorVersion>
66
<PatchVersion>3</PatchVersion>
7-
<VersionSuffix>alpha4</VersionSuffix>
7+
<VersionSuffix>alpha5</VersionSuffix>
88
</PropertyGroup>
99
</Project>

docs/Preparing-a-release.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,19 @@
77
* Modify `Clojure\Clojure\Bootstrap\version.properties` to desired release version.
88
* Set the version info in `Clojure\CurrentVersion.props`.
99
* Please note that you should use lowercase letters only in the pre-release designation in order to avoid problems on non-Windows systems, i.e., `beta1` instead of `Beta1`, `rc1` instead of `RC1`.
10-
* Build and test. From the `Clojure` directory with X in {net462, net481, net6.0, net8.0, net9.0} (Configuration will default to Debug. Substitute in names accordingly if that is case.)
10+
* Build and test. From the `Clojure` directory with X in {net462, net481, net6.0, net8.0, net9.0, net10.0, net11.0} (Configuration will default to Debug. Substitute in names accordingly if that is case.)
1111
* `msbuild build.proj -t:Test -p:TestTargetFramework=X -p:Configuration=Release`
1212
* `msbuild build.proj -t:TestGen -p:TestTargetFramework=X -p:Configuration=Release`
1313
* Package. From the `Clojure` directory, run
1414
* `msbuild build.proj -t:ZipAll -p:Configuration=Release`
1515
* Artifacts. At this point, you will the artifacts for distribution in the `Clojure\Stage` directory. Something along the lines of (with version/release adjusted suitably):
1616
* Clojure.1.10.0-alpha1.nupkg
1717
* Clojure.Main.1.10.0-alpha1.nupkg
18-
* clojure-clr-1.10.0-alpha1-Release-core3.1.zip
19-
* clojure-clr-1.10.0-alpha1-Release-net5.0.zip
2018
* clojure-clr-1.10.0-alpha1-Release-net6.0.zip
19+
* clojure-clr-1.10.0-alpha1-Release-net8.0.zip
20+
* clojure-clr-1.10.0-alpha1-Release-net9.0.zip
21+
* clojure-clr-1.10.0-alpha1-Release-net10.0.zip
22+
* clojure-clr-1.10.0-alpha1-Release-net11.0.zip
2123
* clojure-clr-1.10.0-alpha1-Release-net4.6.2.zip
2224
* clojure-clr-1.10.0-alpha1-Release-net4.8.1.zip
2325
* Validate these by any manner of your choosing. I moved the zips somewhere, unzipped them, and checked that the following start up:

0 commit comments

Comments
 (0)