-
Notifications
You must be signed in to change notification settings - Fork 753
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5320 from dnnsoftware/release/9.11.0
Merged `release/9.11.0` into `master` to release v9.11.0
- Loading branch information
Showing
2,389 changed files
with
143,448 additions
and
511,101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name: Open Merged PR to release/10.0.0 Branch | ||
|
||
on: workflow_dispatch | ||
# pull_request: | ||
# types: [closed] | ||
# branches: | ||
# - develop | ||
|
||
jobs: | ||
open-merged-pr-to-release-branch: | ||
runs-on: ubuntu-latest | ||
if: ${{ github.event.pull_request.merged }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- uses: peterjgrainger/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
branch: v10/${{ github.event.pull_request.head.ref }}-${{ github.event.pull_request.head.sha }} | ||
|
||
- name: Create Pull Request | ||
uses: repo-sync/[email protected] | ||
with: | ||
source_branch: v10/${{ github.event.pull_request.head.ref }}-${{ github.event.pull_request.head.sha }} | ||
destination_branch: release/10.0.0 | ||
pr_title: v10 ${{ github.event.pull_request.title }} | ||
pr_body: | | ||
Applying #${{ github.event.pull_request.number }} to release/10.0.0 | ||
${{ github.event.pull_request.body }} | ||
pr_label: ${{ join(github.event.pull_request.labels.*.name) }} | ||
github_token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,30 +7,35 @@ jobs: | |
runs-on: ubuntu-latest | ||
if: ${{ github.event.ref_type == 'branch' && startsWith(github.event.ref, 'release/') }} | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Get the release branch version | ||
uses: valadas/[email protected] | ||
id: branchVersion | ||
|
||
- name: Set versions | ||
uses: valadas/[email protected] | ||
with: | ||
version: ${{ steps.branchVersion.outputs.manifestSafeVersionString }} | ||
skipFile: './Build/Tasks/unversionedManifests.txt' | ||
includeSolutionInfo: true | ||
includeIssueTemplates: true | ||
includePackageJson: true | ||
includeDnnReactCommon: true | ||
- name: Create Pull Request | ||
uses: peter-evans/[email protected] | ||
with: | ||
commit-message: Updates versions as per release candidate creation | ||
title: Updates versions as per release candidate creation | ||
body: This is a release management task and we are self-approving it for that reason. | ||
# A comma separated list of labels. | ||
labels: 'Type: Build/Release' | ||
# The pull request branch name. | ||
branch: update-versions/patch | ||
# The branch suffix type. | ||
branch-suffix: short-commit-hash | ||
- name: Get the release branch version | ||
uses: valadas/[email protected] | ||
id: branchVersion | ||
|
||
- name: Set versions | ||
uses: valadas/[email protected] | ||
with: | ||
version: ${{ steps.branchVersion.outputs.manifestSafeVersionString }} | ||
skipFile: "./Build/Tasks/unversionedManifests.txt" | ||
includeSolutionInfo: true | ||
includeIssueTemplates: true | ||
includePackageJson: true | ||
includeDnnReactCommon: true | ||
|
||
- name: Update Yarn versions | ||
shell: pwsh | ||
run: yarn install --mode=update-lockfile --no-immutable | ||
|
||
- name: Create Pull Request | ||
uses: peter-evans/create-pull-request@v4 | ||
with: | ||
commit-message: Updates versions as per release candidate creation | ||
title: Updates versions as per release candidate creation | ||
body: This is a release management task and we are self-approving it for that reason. | ||
# A comma separated list of labels. | ||
labels: "Type: Build/Release" | ||
# The pull request branch name. | ||
branch: update-versions/patch | ||
# The branch suffix type. | ||
branch-suffix: short-commit-hash |
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
nodeLinker: node-modules | ||
|
||
yarnPath: .yarn/releases/yarn-3.0.2.cjs | ||
yarnPath: .yarn/releases/yarn-3.2.0.cjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<dotnetnuke type="Package" version="5.0"> | ||
<packages> | ||
<package name="DotNetNuke_Symbols" type="Library" version="09.10.02" > | ||
<package name="DotNetNuke_Symbols" type="Library" version="09.11.00" > | ||
<friendlyName>DNN Platform Symbols</friendlyName> | ||
<description>This package contains Debug Symbols and Intellisense files for DNN Platform.</description> | ||
<owner> | ||
<name>DNN Corporation</name> | ||
<organization>.NET Foundation</organization> | ||
<name>.NET Foundation and Contributors</name> | ||
<organization>DNN Community</organization> | ||
<url>https://dnncommunity.org</url> | ||
<email>[email protected]</email> | ||
</owner> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.