Skip to content

Commit 66f298e

Browse files
committed
feat: release 3.4
1 parent a885f68 commit 66f298e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
tag: ${{ github.ref_name }}
2828
run: |
29-
echo gh release create "$tag" \
29+
gh release create "$tag" \
3030
--repo="$GITHUB_REPOSITORY" \
3131
--title="$tag" \
3232
-F NOTES.md

CHANGELOG.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
# Changelog
22

3-
## [unreleased] - xxxx-xx-xx
3+
## [v3.4] - 2024-07-25
44
### Changed
55
- All actions
66
- MATTERMOST_WEBHOOK_URL is now optional. If not specified, notifications won't be sent
77
### Added
88
- code-analysis-notify
99
- plone-package-test-notify
1010

11-
## [3.3] - 2024-07-19
11+
## [v3.3] - 2024-07-19
1212
### Added
1313
- build-push-notify and tag-notify
1414
- bump actions/checkout to v4
1515
- bump docker/setup-qemu-action to v3
1616
- bump docker/setup-buildx-action to v3
1717

18-
## [3.2] - 2024-07-18
18+
## [v3.2] - 2024-07-18
1919
### Added
2020
- deb-build-push-notify
2121
- github branch name on notification message
2222

23-
## [3.1] - 2024-07-16
23+
## [v3.1] - 2024-07-16
2424
### Changed
2525
- build-push-notify
2626
- TARGET optional parameter allows to set the target stage to build
2727
### Added
2828
- check-url-availibility
2929

30-
## [3.0] - 2024-07-15
30+
## [v3.0] - 2024-07-15
3131
### Changed
3232
- tag-notify (**breaking change**)
3333
- Parameter NEW_IMAGE_TAG removed
3434
- Parameter NEW_IMAGE_TAGS added (one per line)
3535

36-
## [2.0] - 2024-07-11
36+
## [v2.0] - 2024-07-11
3737
### Changed
3838
- build-push-notify (**breaking change**)
3939
- Parameter IMAGE_TAG removed
4040
- Parameter IMAGE_TAGS added (one per line)
4141

42-
## [1.1] - 2024-07-08
42+
## [v1.1] - 2024-07-08
4343
### Added
4444
- deb-build-push-notify
4545

46-
## [1.0.1] - 2024-07-04
46+
## [v1.0.1] - 2024-07-04
4747
### Fixed
4848
#### rundeck-notify
4949
- Fail when http status code != 200
5050

51-
## [1.0] - 2024-07-04
51+
## [v1.0] - 2024-07-04
5252
### Added
5353
- build-push-notify
5454
- rundeck-notify

0 commit comments

Comments
 (0)