All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
-
Bumped clojure to 1.11.3.
-
Bumped tools.build to 0.10.5.
-
Bumped malli to 0.16.2.
-
Bumped kaocha to 1.91.1392.
-
#38: Fixed bumping of version so it resets minor or patch to 0 when bumping major or minor, as per semver.
-
#33: Changed not to force a build.edn file.
-
Bumped clojure to 1.11.2.
-
Bumped deps-deploy to 0.2.2.
-
Bumped data.xml to 0.2.0-alpha9.
-
Bumped tools.build to 0.10.0.
-
Bumped malli to 0.15.0.
-
Bumped kaocha to 1.88.1376.
-
Bumped outdated actions.
-
#31: Added
:licenses
option to generatelicenses
tag in pom.xml.-
See doc/format/licenses.adoc for more details.
-
-
#29: Added support for
:match-exactly
in:documents
.
-
#27: Fixed release workflow to update README correctly.
-
Bumped tools.build to 0.9.4.
-
Bumped rewrite-clj to 1.1.47.
-
Bumped malli to 0.11.0.
-
Bumped deps-deploy to 0.2.1.
-
Bumped kaocha to 1.82.1306.
-
#27: Fixed release workflow to update README correctly.
-
Bumped kaocha to 1.80.1274.
-
Changed to use tools.build on the Maven repository.
-
Changed release workflow to use ncipollo/release-action.
-
Updated release workflow to deploy to clojars.
-
Added
keep-indent?
option fordocuments
setting.-
See doc/format/documents.adoc for more details.
-
-
Bumped kaocha to 1.70.1086.
-
Bumped data.xml to 0.2.0-alpha8.
-
#19: Updated not to use
::set-output
which is deprecated.
-
#14: Renamed
source-dir
option tosource-dirs
.-
The original
source-dir
option was not used.
-
-
Added variables named
{{version/major}}
,{{version/minor}}
and{{version/patch}}
.-
These variables are available when the vesion number is semantic versioning.
-
-
#10: Added support for the
description
tag in pom.xml.
-
#1: Updated
:scm
to be able to collect from.git/config
automatically.-
Of course, you can overwrite it from
build.edn
file if you want.
-
-
#3: Added
:deploy-repository
key tobuild.edn
file.-
This setting manages remote Maven repository URLs and credentials.
-
See doc/deploy.adoc for more details.
-
-
Updated
build.edn
file to be able to contain environmental variables.-
This feature is powered by juxt/aero.
-
-
(BREAKING) Rename variables.
-
{{commit-count}}
→{{git/commit-count}}
-
{{git-head-long-sha}}
→{{git/head-long-sha}}
-
{{git-head-short-sha}}
→{{git/head-short-sha}}
-
{{yyyy}}
→{{now/yyyy}}
-
{{mm}}
→{{now/mm}}
-
{{m}}
→{{now/m}}
-
{{dd}}
→{{now/dd}}
-
{{d}}
→{{now/d}}
-