Skip to content

Commit

Permalink
Merge pull request #286 from silinternational/develop
Browse files Browse the repository at this point in the history
Release 3.10.15 - Fix version number in script
  • Loading branch information
forevermatt authored Oct 24, 2023
2 parents ee8ee24 + 1cc2b81 commit f8fe971
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
### Added
-

### Changed (non-breaking)
-

### Changed (BREAKING)
-

### Deprecated
-

### Removed
-

### Fixed
-

### Security
-

---

### Feature PR Checklist
- [ ] Documentation (README, local.env.dist, etc.)
- [ ] Unit tests created or updated (see `test.bats` file)

### Release PR Checklist
- [ ] Update version number in `ecs-deploy` script
- [ ] Give the PR a title of `Release _._._ - Summary of change` (using whatever
the new version number is, plus a succinct summary of what changed)
2 changes: 1 addition & 1 deletion ecs-deploy
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# Setup default values for variables
VERSION="3.10.13"
VERSION="3.10.15"
CLUSTER=false
SERVICE=false
TASK_DEFINITION=false
Expand Down

0 comments on commit f8fe971

Please sign in to comment.