4 lines
88 B
Bash
4 lines
88 B
Bash
#!/bin/bash
|
|
|
|
TAG=$(git describe --tags --abbrev=0)
|
|
npm version $TAG --no-git-tag-version |