Sha256: 08c644982ca79bc71cb6003e181710fff5a8b22164e377f8063d7af009c8d069

Contents?: true

Size: 342 Bytes

Versions: 1

Compression:

Stored size: 342 Bytes

Contents

#!/bin/sh
currentVersion=$(grep -e "[0-9].[0-9].[0-9]" -o -m 1 src/flatpickr.js )
newVersion=$(semver -i "$currentVersion")

echo "$currentVersion -> $newVersion"

npm version "$newVersion"

sed s/$currentVersion/$newVersion/ --in-place src/flatpickr.js
git commit -m "v$newVersion" src/flatpickr.js

npm run build
git commit -m "build" dist

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
trestle-0.8.0 vendor/assets/bower_components/trestle/flatpickr/release