mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
improve release algorithm
Escape '*' characters for correct display in Markdown. Do not add force dist/locales/*.json files, that are not ignored in master branch.
This commit is contained in:
+2
-2
@@ -29,7 +29,7 @@
|
||||
- [ ] git checkout release
|
||||
- [ ] git reset --hard master
|
||||
- [ ] npm run all
|
||||
- [ ] git add -f dist/*.css dist/*.js dist/img/*.svg dist/locales/*.json dist/mapillary-js/
|
||||
- [ ] git add -f dist/\*.css dist/\*.js dist/img/\*.svg dist/mapillary-js/
|
||||
- [ ] git commit -m 'Check in build'
|
||||
- [ ] git tag vA.B.C
|
||||
- [ ] git push origin -f release vA.B.C
|
||||
@@ -48,7 +48,7 @@
|
||||
- [ ] git reset --hard upstream/master
|
||||
- [ ] git checkout -b iD-A.B.C
|
||||
- [ ] bundle install
|
||||
- [ ] rm -rf vendor/assets/iD/* && vendorer
|
||||
- [ ] rm -rf vendor/assets/iD/\* && vendorer
|
||||
- [ ] git add . && git commit -m 'Update to iD vA.B.C'
|
||||
- [ ] git push osmlab
|
||||
- [ ] Open pull request
|
||||
|
||||
Reference in New Issue
Block a user