Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renaming version to release-22.01 #21489

Merged
merged 1 commit into from
Jan 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Release Process Automation
runs-on: ubuntu-latest
env:
DOT_CICD_BRANCH: release-21.12
DOT_CICD_BRANCH: release-22.01
GITHUB_USER_TOKEN: ${{ secrets.CICD_GITHUB_TOKEN }}
PULL_REQUEST: ${{ github.event.number }}
REPO_USERNAME: ${{ secrets.EE_REPO_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[submodule "dotCMS/src/main/enterprise"]
path = dotCMS/src/main/enterprise
url = git@github.com:dotCMS/enterprise.git
branch = release-21.12
branch = release-22.01
ignore = dirty
2 changes: 1 addition & 1 deletion dotCMS/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dotcmsReleaseVersion=21.12
dotcmsReleaseVersion=22.01
coreWebReleaseVersion=rc
webComponentsReleaseVersion=rc

Expand Down