File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 10
10
check-script :
11
11
uses : dotnet/arcade/.github/workflows/inter-branch-merge-base.yml@main
12
12
with :
13
- configuration_file_path : ' .config/snap-flow.json'
13
+ configuration_file_path : ' .config/snap-flow.json'
14
+
15
+ create-pull-request :
16
+ if : github.ref == 'refs/heads/testing_action'
17
+ steps :
18
+ - name : Check out
19
+ uses : actions/checkout@v2
20
+ - name : Create version.json update PR
21
+ uses : peter-evans/create-pull-request@v4
22
+ with :
23
+ token : ${{ secrets.GITHUB_TOKEN }}
24
+ commit-message : Update main version
25
+ title : ' Update main version'
26
+ branch : merge/update-main-version
27
+ # awk '/"version":/{split($2,a,/[.]/);$1=" \"version\":";$2=a[1]"."a[2]+1"$3"};1' version.json
Original file line number Diff line number Diff line change 3
3
"version" : " 2.39" ,
4
4
"publicReleaseRefSpec" : [
5
5
" ^refs/heads/release$" ,
6
- " ^refs/heads/prerelease$" ,
6
+ " ^refs/heads/prerelease$" ,
7
7
" ^refs/heads/main$" ,
8
8
" ^refs/heads/patch/.*$"
9
9
],
You can’t perform that action at this time.
0 commit comments