FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular2-google-maps/scripts/release.sh at loader-shortcut · modularcoder/angular2-google-maps · GitHub
modularcoder
/
angular2-google-maps
Public
forked from
sebholstein/angular-google-maps
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
angular2-google-maps
/
scripts
/
release.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
14 lines (13 loc) · 548 Bytes
Breadcrumbs
angular2-google-maps
/
scripts
/
release.sh
Copy path
File metadata and controls
executable file
·
14 lines (13 loc) · 548 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!
/usr/bin/env bash
set
-e
#
PLEASE NOTE - make sure that you have set up these things before running this script!!:
#
- bump the package.json version
#
- generate the project with gulp build (dist folder should lookin good)
#
- Create Git tag
./node_modules/.bin/gulp changelog
git add CHANGELOG.md package.json
git commit -m
"
chore(release): add changelog and bump version
"
git push origin master
./node_modules/.bin/gulp create-tag
git push origin master --tags
echo
"
--- DONE RELEASING --- Please publish to NPM now (run npm publish dist)
"
Back
|
FazBrowse Home
|
New Git URL