Skip to content

Commit cdd66ec

Browse files
committed
Use release profile when setting version for next release
1 parent 831174e commit cdd66ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ echo -n "commiting project.clj, release notes and readme. enter to continue:" \
4242
&& lein do clean, test, deploy clojars \
4343
&& git flow release finish $version \
4444
&& echo "Now push to github. Don't forget the tags!" \
45-
&& lein set-version ${next_version} \
45+
&& lein with-profile release set-version ${next_version} \
4646
&& git add project.clj \
4747
&& git commit -m "Updated version for next release cycle"

0 commit comments

Comments
 (0)