File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 26
26
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
27
27
tag : ${{ github.ref_name }}
28
28
run : |
29
- echo gh release create "$tag" \
29
+ gh release create "$tag" \
30
30
--repo="$GITHUB_REPOSITORY" \
31
31
--title="$tag" \
32
32
-F NOTES.md
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ unreleased ] - xxxx-xx-xx
3
+ ## [ v3.4 ] - 2024-07-25
4
4
### Changed
5
5
- All actions
6
6
- MATTERMOST_WEBHOOK_URL is now optional. If not specified, notifications won't be sent
7
7
### Added
8
8
- code-analysis-notify
9
9
- plone-package-test-notify
10
10
11
- ## [ 3 .3] - 2024-07-19
11
+ ## [ v3 .3] - 2024-07-19
12
12
### Added
13
13
- build-push-notify and tag-notify
14
14
- bump actions/checkout to v4
15
15
- bump docker/setup-qemu-action to v3
16
16
- bump docker/setup-buildx-action to v3
17
17
18
- ## [ 3 .2] - 2024-07-18
18
+ ## [ v3 .2] - 2024-07-18
19
19
### Added
20
20
- deb-build-push-notify
21
21
- github branch name on notification message
22
22
23
- ## [ 3 .1] - 2024-07-16
23
+ ## [ v3 .1] - 2024-07-16
24
24
### Changed
25
25
- build-push-notify
26
26
- TARGET optional parameter allows to set the target stage to build
27
27
### Added
28
28
- check-url-availibility
29
29
30
- ## [ 3 .0] - 2024-07-15
30
+ ## [ v3 .0] - 2024-07-15
31
31
### Changed
32
32
- tag-notify (** breaking change** )
33
33
- Parameter NEW_IMAGE_TAG removed
34
34
- Parameter NEW_IMAGE_TAGS added (one per line)
35
35
36
- ## [ 2 .0] - 2024-07-11
36
+ ## [ v2 .0] - 2024-07-11
37
37
### Changed
38
38
- build-push-notify (** breaking change** )
39
39
- Parameter IMAGE_TAG removed
40
40
- Parameter IMAGE_TAGS added (one per line)
41
41
42
- ## [ 1 .1] - 2024-07-08
42
+ ## [ v1 .1] - 2024-07-08
43
43
### Added
44
44
- deb-build-push-notify
45
45
46
- ## [ 1 .0.1] - 2024-07-04
46
+ ## [ v1 .0.1] - 2024-07-04
47
47
### Fixed
48
48
#### rundeck-notify
49
49
- Fail when http status code != 200
50
50
51
- ## [ 1 .0] - 2024-07-04
51
+ ## [ v1 .0] - 2024-07-04
52
52
### Added
53
53
- build-push-notify
54
54
- rundeck-notify
You can’t perform that action at this time.
0 commit comments