From 9194adf560eded6d47a18ea7f1d09010cb49546e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 07:25:24 +0000 Subject: [PATCH 1/8] bump version to 0.0.2-alpha9 --- bumpver.toml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bumpver.toml b/bumpver.toml index 3942441..3b5b23d 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "0.0.2-alpha8" +current_version = "0.0.2-alpha9" version_pattern = "MAJOR.MINOR.PATCH[-TAGNUM]" pre_commit_hook = "scripts/npm-version.sh" commit = true diff --git a/package-lock.json b/package-lock.json index d93b107..de61793 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "swodlr-user-notify", - "version": "0.0.2-alpha8", + "version": "0.0.2-alpha9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "swodlr-user-notify", - "version": "0.0.2-alpha8", + "version": "0.0.2-alpha9", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-sesv2": "^3.385.0", diff --git a/package.json b/package.json index 6401026..2008327 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swodlr-user-notify", - "version": "0.0.2-alpha8", + "version": "0.0.2-alpha9", "description": "", "main": "index.js", "type": "module", From 625bc26b2b62a7fc50399599d094ea88f39f138d Mon Sep 17 00:00:00 2001 From: Curtis Banh <30607061+cqbanh@users.noreply.github.com> Date: Wed, 27 Mar 2024 03:52:39 -0700 Subject: [PATCH 2/8] cicd - updated push branches --- .github/workflows/build.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 92fc11a..f6c91a8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,13 @@ name: Build 'n Deploy on: push: branches: - - '*' + - main + - develop + - 'release/**' + - 'feature/**' + - 'issue/**' + - 'issues/**' + - 'dependabot/**' tags-ignore: - '*' paths-ignore: @@ -212,4 +218,4 @@ jobs: { "message": "${{ github.repository }} [version ${{ env.SUBMODULE_VERSION }}] has been deployed to the ${{ needs.build.outputs.deploy_env }} environment" } - \ No newline at end of file + From b4ca0064d4395dbf8f493c65670898cdfec84415 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:53:28 +0000 Subject: [PATCH 3/8] bump version to 0.0.4-alpha0 --- bumpver.toml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bumpver.toml b/bumpver.toml index 3b5b23d..dd5b56c 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "0.0.2-alpha9" +current_version = "0.0.4-alpha0" version_pattern = "MAJOR.MINOR.PATCH[-TAGNUM]" pre_commit_hook = "scripts/npm-version.sh" commit = true diff --git a/package-lock.json b/package-lock.json index de61793..c5e2a4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "swodlr-user-notify", - "version": "0.0.2-alpha9", + "version": "0.0.4-alpha0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "swodlr-user-notify", - "version": "0.0.2-alpha9", + "version": "0.0.4-alpha0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-sesv2": "^3.385.0", diff --git a/package.json b/package.json index 2008327..3d5c8dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swodlr-user-notify", - "version": "0.0.2-alpha9", + "version": "0.0.4-alpha0", "description": "", "main": "index.js", "type": "module", From 708e97ec4613575d7a8408b4146581c4cf9ce7e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:05:34 +0000 Subject: [PATCH 4/8] bump version to 0.0.5-rc0 --- bumpver.toml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bumpver.toml b/bumpver.toml index dd5b56c..85dea47 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "0.0.4-alpha0" +current_version = "0.0.5-rc0" version_pattern = "MAJOR.MINOR.PATCH[-TAGNUM]" pre_commit_hook = "scripts/npm-version.sh" commit = true diff --git a/package-lock.json b/package-lock.json index c5e2a4a..8e0bf84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "swodlr-user-notify", - "version": "0.0.4-alpha0", + "version": "0.0.5-rc0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "swodlr-user-notify", - "version": "0.0.4-alpha0", + "version": "0.0.5-rc0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-sesv2": "^3.385.0", diff --git a/package.json b/package.json index 3d5c8dd..7677c08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swodlr-user-notify", - "version": "0.0.4-alpha0", + "version": "0.0.5-rc0", "description": "", "main": "index.js", "type": "module", From b48c2d3fd4abe103dfecdba5368bbc6d17dd8776 Mon Sep 17 00:00:00 2001 From: cqbanh Date: Wed, 27 Mar 2024 12:07:07 +0000 Subject: [PATCH 5/8] Deploying --- CHANGE | 1 + 1 file changed, 1 insertion(+) create mode 100644 CHANGE diff --git a/CHANGE b/CHANGE new file mode 100644 index 0000000..c9b6d8d --- /dev/null +++ b/CHANGE @@ -0,0 +1 @@ +podaac/swodlr-user-notify deployment From 44067ba1db6af7f910738c0890e057d6a0dd7269 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:08:06 +0000 Subject: [PATCH 6/8] bump version to 0.0.6-rc0 --- bumpver.toml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bumpver.toml b/bumpver.toml index 85dea47..ecd11ef 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "0.0.5-rc0" +current_version = "0.0.6-rc0" version_pattern = "MAJOR.MINOR.PATCH[-TAGNUM]" pre_commit_hook = "scripts/npm-version.sh" commit = true diff --git a/package-lock.json b/package-lock.json index 8e0bf84..9ad49df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "swodlr-user-notify", - "version": "0.0.5-rc0", + "version": "0.0.6-rc0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "swodlr-user-notify", - "version": "0.0.5-rc0", + "version": "0.0.6-rc0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-sesv2": "^3.385.0", diff --git a/package.json b/package.json index 7677c08..eb0d6d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swodlr-user-notify", - "version": "0.0.5-rc0", + "version": "0.0.6-rc0", "description": "", "main": "index.js", "type": "module", From 2a3fe4ad6d160b696673f1ed2a06a9923811b203 Mon Sep 17 00:00:00 2001 From: cqbanh Date: Wed, 27 Mar 2024 12:14:24 +0000 Subject: [PATCH 7/8] Deploying --- CHANGE | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGE b/CHANGE index c9b6d8d..4a5038f 100644 --- a/CHANGE +++ b/CHANGE @@ -1 +1,2 @@ podaac/swodlr-user-notify deployment +podaac/swodlr-user-notify deployment From 8cee20faea699b30edfe895a3321f4012bdfc88e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:15:31 +0000 Subject: [PATCH 8/8] bump version to 0.0.7-rc0 --- bumpver.toml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bumpver.toml b/bumpver.toml index ecd11ef..9fbcb57 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "0.0.6-rc0" +current_version = "0.0.7-rc0" version_pattern = "MAJOR.MINOR.PATCH[-TAGNUM]" pre_commit_hook = "scripts/npm-version.sh" commit = true diff --git a/package-lock.json b/package-lock.json index 9ad49df..e96ff6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "swodlr-user-notify", - "version": "0.0.6-rc0", + "version": "0.0.7-rc0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "swodlr-user-notify", - "version": "0.0.6-rc0", + "version": "0.0.7-rc0", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-sesv2": "^3.385.0", diff --git a/package.json b/package.json index eb0d6d1..d772de5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swodlr-user-notify", - "version": "0.0.6-rc0", + "version": "0.0.7-rc0", "description": "", "main": "index.js", "type": "module",