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 fd0c810 + 138e1f9 commit e3ee6cd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .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
3 changes: 3 additions & 0 deletions CHANGE
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
podaac/swodlr-ingest-to-sds deployment
podaac/swodlr-ingest-to-sds deployment
podaac/swodlr-ingest-to-sds 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 = "1.0.0"
current_version = "1.0.0-rc1"
version_pattern = "MAJOR.MINOR.PATCH[-TAGNUM]"
commit = true
tag = true
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "swodlr-ingest-to-sds"
version = "1.0.0"
version = "1.0.0-rc1"
description = "A system for ingesting input products for the SWOT SDS"
authors = ["podaac-tva <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit e3ee6cd

Please sign in to comment.