File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
src/main/scala/net/cardnell/mkver Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11import Dependencies ._
22
33ThisBuild / scalaVersion := " 2.12.11"
4- ThisBuild / version := " 1.2.2 "
4+ ThisBuild / version := " 1.3.0 "
55ThisBuild / organization := " net.cardnell"
66ThisBuild / maintainer := " idc101@users.noreply.github.com"
77
Original file line number Diff line number Diff line change 33## Linux
44
55``` bash
6- curl -L https://github.com/idc101/git-mkver/releases/download/v1.2.2 /git-mkver-linux-amd64-1.2.2 .tar.gz | tar xvz
6+ curl -L https://github.com/idc101/git-mkver/releases/download/v1.3.0 /git-mkver-linux-amd64-1.3.0 .tar.gz | tar xvz
77sudo mv git-mkver /usr/local/bin
88```
99
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.2.2 " ,
2+ "version" : " 1.3.0 " ,
33 "description" : " Automatic Semantic Versioning for git based software development" ,
4- "url" : " https://github.com/idc101/git-mkver/releases/download/v1.2.2 /git-mkver-windows-amd64-1.2.2 .zip" ,
4+ "url" : " https://github.com/idc101/git-mkver/releases/download/v1.3.0 /git-mkver-windows-amd64-1.3.0 .zip" ,
55 "hash" : " 63AD6FD8EBB1E27F2CB81B7C162CB2D0A66809C4C693402D2EC9F1496C9A2636" ,
66 "extract_to" : " " ,
77 "bin" : " git-mkver.exe"
Original file line number Diff line number Diff line change 11# /bin/bash
2- MKVER_VERSION=1.2.2
2+ MKVER_VERSION=1.3.0
33curl -L https://github.com/idc101/git-mkver/releases/download/v${MKVER_VERSION} /git-mkver-darwin-amd64-${MKVER_VERSION} .tar.gz -o git-mkver.tar.gz
44tar xvzf git-mkver.tar.gz
55sudo mv git-mkver /usr/local/bin
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ import zio.Has
55package object mkver {
66 type Git = Has [Git .Service ]
77
8- val GitMkverVersion = " 1.2.2 "
8+ val GitMkverVersion = " 1.3.0 "
99}
You can’t perform that action at this time.
0 commit comments