Skip to content

Commit

Permalink
Version upgraded to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
duguankui committed Oct 30, 2023
1 parent abaf150 commit d5ae999
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/auto-pr.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Merge branch main with rel-1.3
name: Merge branch main with rel-1.3.1
on:
push:
branches:
- rel-1.3
- rel-1.3.1
permissions:
contents: read

Expand All @@ -18,13 +18,13 @@ jobs:
ref: main
- name: Reset promotion branch
run: |
git fetch origin rel-1.3:rel-1.3
git reset --hard rel-1.3
git fetch origin rel-1.3.1:rel-1.3.1
git reset --hard rel-1.3.1
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
branch: auto-merge/rel-1-3/${{github.run_number}}
title: Merge branch main with rel-1.3
body: This PR generated automatically to merge main with rel-1.3. Please review the changed files before merging to prevent any errors that may occur.
title: Merge branch main with rel-1.3.1
body: This PR generated automatically to merge main with rel-1.3.1. Please review the changed files before merging to prevent any errors that may occur.
reviewers: ${{github.actor}}
token: ${{ github.token }}
2 changes: 1 addition & 1 deletion common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>1.3.0</Version>
<Version>1.3.1</Version>
<NoWarn>$(NoWarn);CS1591;CS0436</NoWarn>
<PackageIconUrl>https://dignite.com/assets/dignite_nupkg.png</PackageIconUrl>
<PackageProjectUrl>https://dignite.com/dignite-abp</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion latest-versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"version": "1.3.0",
"version": "1.3.1",
"releaseDate": "",
"type": "stable",
"message": ""
Expand Down

0 comments on commit d5ae999

Please sign in to comment.