Skip to content

Commit fa0642a

Browse files
authored
Update RELEASE.md
1 parent 686ed67 commit fa0642a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

RELEASE.md

+10
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,13 @@
1111
- modify package.json/appveyor.yml to bump up version for the next iteration
1212
- commit (chore(release): starting [version number]) and push
1313
- publish Bower and NuGet packages
14+
15+
bash commands:
16+
```bash
17+
export BUILD_VERSION={{major}}.{{minor}}
18+
sed -i '1s/.*/version: $BUILD_VERSION\.{build}/' appveyor.yml
19+
git tag $BUILD_VERSION.0
20+
git add appveyor.yml && git commit -m "chore(release): $BUILD_VERSION.0"
21+
git push
22+
git push --tags
23+
```

0 commit comments

Comments
 (0)