Skip to content

Commit 913513d

Browse files
authored
Merge pull request #56 from SumoLogic/JKashyap96-patch-1
removed files section and updated readme
2 parents 2d451e1 + 05d516b commit 913513d

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ jobs:
1717
with:
1818
repo_token: ${{ secrets.GITHUB_TOKEN }}
1919
prerelease: false
20-
files: |
21-
BlockBlobReader/target/*
22-
EventHubs/target/logs_build/*
23-
EventHubs/target/metrics_build/*

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)