FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular-google-maps/scripts/release.sh at master · keephacking/angular-google-maps · GitHub
keephacking
/
angular-google-maps
Public
forked from
demainchezmoi/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
angular-google-maps
/
scripts
/
release.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
13 lines (12 loc) · 431 Bytes
Breadcrumbs
angular-google-maps
/
scripts
/
release.sh
Copy path
File metadata and controls
executable file
·
13 lines (12 loc) · 431 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
#!
/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 npm build (dist folder should lookin good)
#
- Create Git tag
git add CHANGELOG.md package.json
git commit -m
"
chore(release): add changelog and bump version
"
git push origin master
#
create tag
#
git push origin master --tags
#
npm publish dist
Back
|
FazBrowse Home
|
New Git URL