Init(Core): Change repo

This commit is contained in:
2026-04-24 15:29:37 +03:30
commit ededb41a3a
1499 changed files with 199187 additions and 0 deletions

View 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