Skip to content

Commit

Permalink
Merge pull request #220 from LakshanSS/2201.6.x
Browse files Browse the repository at this point in the history
Prepare for 3.4.0 release with 2201.6.0
  • Loading branch information
LakshanSS committed Jun 28, 2023
2 parents 0d16fb0 + b463949 commit bc1c43b
Show file tree
Hide file tree
Showing 10 changed files with 386 additions and 163 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# See: https://help.github.com/articles/about-codeowners/

# These owners will be the default owners for everything in the repo.
* @indikasampath2000 @abeykoon @kasthuriraajan
* @indikasampath2000 @abeykoon
50 changes: 0 additions & 50 deletions .github/workflows/build-with-bal-test-native.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@nightly
uses: ballerina-platform/ballerina-action/@2201.6.0
with:
args:
pack
env:
WORKING_DIR: ./gmail
- name: Ballerina Tests
uses: ballerina-platform/ballerina-action/@nightly
uses: ballerina-platform/ballerina-action/@2201.6.0
with:
args:
test --code-coverage
Expand Down
81 changes: 0 additions & 81 deletions .github/workflows/daily-build.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/dev-stg-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2

- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.6.0
with:
args:
pack
Expand All @@ -29,7 +29,7 @@ jobs:

- name: Push to Dev
if: github.event.inputs.bal_central_environment == 'DEV'
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.6.0
with:
args:
push
Expand All @@ -39,7 +39,7 @@ jobs:

- name: Push to Staging
if: github.event.inputs.bal_central_environment == 'STAGE'
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.6.0
with:
args:
push
Expand Down
22 changes: 1 addition & 21 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@nightly
uses: ballerina-platform/ballerina-action/@2201.6.0
with:
args:
pack
env:
WORKING_DIR: ./gmail
- name: Ballerina Test
uses: ballerina-platform/ballerina-action/@nightly
with:
args:
test
env:
WORKING_DIR: ./gmail
JAVA_OPTS: -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
REFRESH_TOKEN: ${{ secrets.REFRESH_TOKEN }}
REFRESH_URL: ${{ secrets.REFRESH_URL }}
RECIPIENT: ${{ secrets.RECIPIENT }}
SENDER: ${{ secrets.SENDER }}
CC: ${{ secrets.CC }}
ATTACHMENT_PATH: ${{ secrets.ATTACHMENT_PATH }}
ATTACHMENT_CONTENT_TYPE: ${{ secrets.ATTACHMENT_CONTENT_TYPE }}
INLINE_IMAGE_PATH: ${{ secrets.INLINE_IMAGE_PATH }}
INLINE_IMAGE_NAME: ${{ secrets.INLINE_IMAGE_NAME }}
IMAGE_CONTENT_TYPE: ${{ secrets.IMAGE_CONTENT_TYPE }}
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.6.0
with:
args:
pack
Expand All @@ -32,7 +32,7 @@ jobs:
INLINE_IMAGE_NAME: ${{ secrets.INLINE_IMAGE_NAME }}
IMAGE_CONTENT_TYPE: ${{ secrets.IMAGE_CONTENT_TYPE }}
- name: Ballerina Push
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.6.0
with:
args:
push
Expand Down
4 changes: 2 additions & 2 deletions gmail/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
distribution = "2201.3.0"
distribution = "2201.6.0"
org = "ballerinax"
name = "googleapis.gmail"
version = "3.1.0"
version = "3.4.0"
authors = ["Ballerina"]
repository = "https://github.com/ballerina-platform/module-ballerinax-googleapis.gmail"
keywords = ["Communication/Email", "Cost/Free", "Vendor/Google"]
Expand Down
Loading

0 comments on commit bc1c43b

Please sign in to comment.