Skip to content

Commit f8fe971

Browse files
authored
Merge pull request #286 from silinternational/develop
Release 3.10.15 - Fix version number in script
2 parents ee8ee24 + 1cc2b81 commit f8fe971

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

.github/pull_request_template.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
### Added
2+
-
3+
4+
### Changed (non-breaking)
5+
-
6+
7+
### Changed (BREAKING)
8+
-
9+
10+
### Deprecated
11+
-
12+
13+
### Removed
14+
-
15+
16+
### Fixed
17+
-
18+
19+
### Security
20+
-
21+
22+
---
23+
24+
### Feature PR Checklist
25+
- [ ] Documentation (README, local.env.dist, etc.)
26+
- [ ] Unit tests created or updated (see `test.bats` file)
27+
28+
### Release PR Checklist
29+
- [ ] Update version number in `ecs-deploy` script
30+
- [ ] Give the PR a title of `Release _._._ - Summary of change` (using whatever
31+
the new version number is, plus a succinct summary of what changed)

ecs-deploy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# Setup default values for variables
4-
VERSION="3.10.13"
4+
VERSION="3.10.15"
55
CLUSTER=false
66
SERVICE=false
77
TASK_DEFINITION=false

0 commit comments

Comments
 (0)