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

[Automated] Sync master after 2201.10.0 release #5609

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
githubAccessToken: ${{ secrets.GITHUB_TOKEN }}
ballerinaBotWorkflow: $ {{ secrets.BALLERINA_BOT_WORKFLOW }}
run: |
./gradlew build -Pversion=${VERSION}
./gradlew build -x project-api-tests:test -Pversion=${VERSION}
./gradlew release -Prelease.useAutomaticVersion=true -x test
- name: Checkout docker repo
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions ballerina-test-automation/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swan-lake-latest-version=swan-lake-2201.10.0
swan-lake-latest-spec-version=2024R1
swan-lake-latest-version-display-text=2201.10.0
swan-lake-latest-tool-version=1.4.2
latest-tool-version=1.4.2
swan-lake-latest-tool-version=1.4.3
latest-tool-version=1.4.3
1-x-channel-latest-version=1.2.13
1-x-channel-latest-spec-version=2020R1
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.caching=true
group=org.ballerinalang
# During the release workflow, the following will get bumped automatically
version=2201.10.0-SNAPSHOT
version=2201.10.1-SNAPSHOT
codeName=swan-lake

ballerinaLangVersion=2201.10.0
Expand Down Expand Up @@ -78,7 +78,7 @@ persistToolVersion=1.4.0

# Dev Tools
devToolsVersion=1.5.0
ballerinaCommandVersion=1.4.2
ballerinaCommandVersion=1.4.3

# API Doc UI
docUiApi=https://api.dev-central.ballerina.io/2.0/docs/doc-ui
Expand All @@ -97,4 +97,4 @@ asyncapiToolVersion=0.9.0

c2cVersion=3.1.0

installerVersion=f7b952b2-f64b-45f0-ab86-df7d892ffc21
installerVersion=6d0f5f7e-3071-4c71-8693-6a938f7c16e0
Loading