Skip to content

Commit

Permalink
Merge changes from source branch, auto-resolving conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
cqbanh committed Mar 27, 2024
2 parents 021df54 + 8cee20f commit 9e77d52
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ name: Build 'n Deploy
on:
push:
branches:
- '*'
- main
- develop
- 'release/**'
- 'feature/**'
- 'issue/**'
- 'issues/**'
- 'dependabot/**'
tags-ignore:
- '*'
paths-ignore:
Expand Down Expand Up @@ -212,4 +218,4 @@ jobs:
{
"message": "${{ github.repository }} [version ${{ env.SUBMODULE_VERSION }}] has been deployed to the ${{ needs.build.outputs.deploy_env }} environment"
}
2 changes: 2 additions & 0 deletions CHANGE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
podaac/swodlr-user-notify deployment
podaac/swodlr-user-notify deployment
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swodlr-user-notify",
"version": "0.0.3",
"version": "0.0.7-rc0",
"description": "",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 9e77d52

Please sign in to comment.