File tree 4 files changed +37
-1
lines changed
4 files changed +37
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ coverage :
3
+ precision : 2
4
+ round : down
5
+ range : ' 70...90'
6
+ status :
7
+ project :
8
+ default :
9
+ target : 70%
10
+ threshold : 3%
Original file line number Diff line number Diff line change
1
+ name : Release Automation App
2
+
3
+ on :
4
+ push :
5
+
6
+ permissions :
7
+ contents : write
8
+
9
+ jobs :
10
+ release-automation-app :
11
+ runs-on : ubuntu-latest
12
+ steps :
13
+ - uses : actions/checkout@v4
14
+ - name : Get Version
15
+ run : echo "app_version=$(jq -r .version package.json)" >> "$GITHUB_ENV"
16
+ - name : Create Release
17
+ id : create_release
18
+ uses : softprops/action-gh-release@v2
19
+ with :
20
+ tag_name : ${{ env.app_version }}
21
+ name : ${{ env.app_version }}
22
+ generate_release_notes : true
23
+ draft : false
24
+ prerelease : false
25
+ make_latest : true
Original file line number Diff line number Diff line change 1
1
[ ![ ] ( https://img.shields.io/codecov/c/gh/opensearch-project/automation-app )] ( https://app.codecov.io/gh/opensearch-project/automation-app )
2
+ ![ ] ( https://img.shields.io/github/package-json/v/opensearch-project/automation-app?filename=package.json )
2
3
3
4
<img src =" https://opensearch.org/assets/img/opensearch-logo-themed.svg " height =" 64px " >
4
5
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " opensearch-automation-app" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.1.3 " ,
4
4
"description" : " An Automation App that handles all your GitHub Repository Activities" ,
5
5
"author" : " Peter Zhu" ,
6
6
"homepage" : " https://github.com/opensearch-project/automation-app" ,
You can’t perform that action at this time.
0 commit comments