File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 7
7
inputs :
8
8
tag_name :
9
9
type : string
10
+ description : Tag name
10
11
required : true
11
12
draft :
12
13
type : boolean
39
40
echo "VERSION_NUMBER=$(echo ${{ github.event.inputs.tag_name }})" >> $GITHUB_ENV
40
41
41
42
- name : Clone sources
42
- uses : actions/checkout@v3
43
+ uses : actions/checkout@v4
43
44
44
45
- name : Check version ${{ env.VERSION_NUMBER }} consistency in files
45
46
# Check CHANGELOG.md
90
91
echo "$VERSION_RELEASE_NOTES" >> CHANGELOG.txt
91
92
92
93
- name : Create release ${{ env.VERSION_NUMBER }}
93
- uses : softprops/action-gh-release@v1
94
+ uses : softprops/action-gh-release@v2
94
95
with :
95
96
body_path : CHANGELOG.txt
96
97
name : ${{ env.VERSION_NUMBER }}
Original file line number Diff line number Diff line change @@ -11,6 +11,20 @@ The [public API](https://semver.org/spec/v2.0.0.html#spec-item-1) of this projec
11
11
12
12
---
13
13
14
+ ## [ v1.2.0] ( https://github.com/ddev/ddev-mongo/releases/tag/v1.2.0 ) - 2024-03-28
15
+ [ _ Compare with previous release_ ] ( https://github.com/ddev/ddev-mongo/compare/v1.1.0...v1.2.0 )
16
+
17
+ ### Changed
18
+
19
+ - Update ` mongo-express ` to ` 1.0 `
20
+ - Update ` mongo-express ` configuration variables
21
+
22
+ ### Added
23
+
24
+ - Add ` HTTPS_EXPOSE ` for ` mongo-express ` container
25
+
26
+ ---
27
+
14
28
## [ v1.1.0] ( https://github.com/ddev/ddev-mongo/releases/tag/v1.1.0 ) - 2023-11-30
15
29
[ _ Compare with previous release_ ] ( https://github.com/ddev/ddev-mongo/compare/v1.0.1...v1.1.0 )
16
30
You can’t perform that action at this time.
0 commit comments