Skip to content

Commit e3bb32d

Browse files
authored
chore(release): release from main-3.x and remove javadocs (#503)
1 parent 80971da commit e3bb32d

File tree

7 files changed

+9
-41
lines changed

7 files changed

+9
-41
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Continuous Integration Workflow
22

3+
permissions:
4+
contents: read
5+
id-token: write
6+
37
on:
48
pull_request:
59
push:

codebuild/release/artifact-hunt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: 0.2
55

66
env:
77
variables:
8-
BRANCH: "main"
8+
BRANCH: "main-3.x"
99

1010
phases:
1111
install:

codebuild/release/javadoc.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

codebuild/release/release-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 0.2
66

77
env:
88
variables:
9-
BRANCH: "main"
9+
BRANCH: "main-3.x"
1010
secrets-manager:
1111
GPG_KEY: Maven-GPG-Keys-Release-Credentials:Keyname
1212
GPG_PASS: Maven-GPG-Keys-Release-Credentials:Passphrase

codebuild/release/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,3 @@ batch:
8484
# standard:6.0 (Ubuntu) supports GH CLI; AL2 does not
8585
image: aws/codebuild/standard:6.0
8686

87-
# Generate and update new javadocs
88-
- identifier: update_javadoc
89-
depend-on:
90-
- upload_artifacts
91-
buildspec: codebuild/release/javadoc.yml
92-
env:
93-
variables:
94-
JAVA_ENV_VERSION: corretto11
95-
JAVA_NUMERIC_VERSION: 11
96-
image: aws/codebuild/amazonlinux2-x86_64-standard:3.0

codebuild/release/upload_artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: 0.2
55

66
env:
77
variables:
8-
BRANCH: "main"
8+
BRANCH: "main-3.x"
99
git-credential-helper: yes
1010
parameter-store:
1111
ACCOUNT: /CodeBuild/AccountId

codebuild/release/version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 0.2
66
env:
77
variables:
88
NODE_OPTIONS: "--max-old-space-size=4096"
9-
BRANCH: "main"
9+
BRANCH: "main-3.x"
1010
git-credential-helper: "yes"
1111
secrets-manager:
1212
GH_TOKEN: Github/aws-crypto-tools-ci-bot:ESDK Release Token
@@ -31,4 +31,4 @@ phases:
3131
build:
3232
commands:
3333
# semantic-release uses config stored in ~/.releaserc
34-
- npx semantic-release --branches $BRANCH --no-ci
34+
- npx semantic-release --branches $BRANCH --no-ci

0 commit comments

Comments
 (0)