Init(Core): Change repo
This commit is contained in:
20
public/assets/libs/bootstrap-rating/deploy.txt
Normal file
20
public/assets/libs/bootstrap-rating/deploy.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
# Bump version
|
||||
vi bower.json
|
||||
|
||||
# Generate minimized file
|
||||
grunt uglify
|
||||
|
||||
# Add bower.json and minimized version
|
||||
git add bower.json bootstrap-rating.min.js
|
||||
|
||||
# commit release
|
||||
git commit -m "Release 1.3.1"
|
||||
|
||||
# Tage release
|
||||
git tag -a v1.3.1 -m "1.3.1"
|
||||
|
||||
# Push release
|
||||
git push && git push --tags
|
||||
|
||||
# Update gh-pages
|
||||
grunt gh-pages
|
||||
Reference in New Issue
Block a user