File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change
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)
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
# Setup default values for variables
4
- VERSION=" 3.10.13 "
4
+ VERSION=" 3.10.15 "
5
5
CLUSTER=false
6
6
SERVICE=false
7
7
TASK_DEFINITION=false
You can’t perform that action at this time.
0 commit comments