We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 686ed67 commit fa0642aCopy full SHA for fa0642a
RELEASE.md
@@ -11,3 +11,13 @@
11
- modify package.json/appveyor.yml to bump up version for the next iteration
12
- commit (chore(release): starting [version number]) and push
13
- 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