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 + diff --git a/CHANGE b/CHANGE new file mode 100644 index 0000000..4a5038f --- /dev/null +++ b/CHANGE @@ -0,0 +1,2 @@ +podaac/swodlr-user-notify deployment +podaac/swodlr-user-notify deployment diff --git a/bumpver.toml b/bumpver.toml index 4b051cc..9fbcb57 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "0.0.3" +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 507e75d..e96ff6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "swodlr-user-notify", - "version": "0.0.3", + "version": "0.0.7-rc0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "swodlr-user-notify", - "version": "0.0.3", + "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 a46086b..d772de5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swodlr-user-notify", - "version": "0.0.3", + "version": "0.0.7-rc0", "description": "", "main": "index.js", "type": "module",