Skip to content

Commit 05d516b

Browse files
authored
Update README.md to add release tag push section
1 parent 9eb19c1 commit 05d516b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ Each integration is structured in three folders
1818
* target/ - directory used by azure's github integration to fetch source code
1919
* tests/ - contains integration tests
2020

21+
## Release
22+
23+
### Releasing appdev package
24+
The new zip package gets released automatically after the tags are pushed using Github actions(Refer tagged-release in https://github.com/marvinpinto/action-automatic-releases).
25+
26+
Run below commands to create and push tags
27+
28+
git tag -a v<major.minor.patch> <commit_id>
29+
30+
git push origin v<major.minor.patch>
31+
2132

2233
### TLS 1.2 Requirement
2334

0 commit comments

Comments
 (0)