File: update_version

package info (click to toggle)
clojure-cli 1.12.0.1488-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 360 kB
  • sloc: sh: 659; ruby: 40; makefile: 18
file content (8 lines) | stat: -rwxr-xr-x 149 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

set -e

v=$(script/print_version)
echo "Setting version to $v"
echo "$v" > VERSION
git commit -m "update version to $v" VERSION