diff --git a/.github/auto-label.json b/.github/auto-label.json index cf5df13e0e..6f7ad19d38 100644 --- a/.github/auto-label.json +++ b/.github/auto-label.json @@ -1,6 +1,6 @@ { "rules": { - "Infra": [".ci/**/*", ".github/**/*","build/**/*"], - "v1.1.0": "**/*" + "Infra": [".ci/**/*", ".github/**/*", "build/**/*"], + "v1.2.0": "**/*" } } diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c95724bd6..2803a95848 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,8 @@ name: Create Release Candidate -on: [pull_request,push] +on: [pull_request, push] env: - VERSION: 1.1.0 + VERSION: 1.2.0 jobs: create-release-artifacts: name: Create Release Artifacts diff --git a/Directory.Build.props b/Directory.Build.props index 3c61b08b30..1616436c7c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,9 +1,9 @@ - 1.1.0 - 1.1.0 - 1.1.0 + 1.2.0 + 1.2.0 + 1.2.0 $(CurrentVersion) $(CurrentVersion) diff --git a/global.json b/global.json index cbb7d23137..1567808080 100644 --- a/global.json +++ b/global.json @@ -4,7 +4,7 @@ "rollForward": "latestFeature", "allowPrerelease": false }, - "version": "1.1.0", - "doc_current": "1.1", + "version": "1.2.0", + "doc_current": "1.2", "doc_branch": "1.x" -} \ No newline at end of file +}