Skip to content

Commit

Permalink
feat: release 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
remdub committed Jul 25, 2024
1 parent a885f68 commit 66f298e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref_name }}
run: |
echo gh release create "$tag" \
gh release create "$tag" \
--repo="$GITHUB_REPOSITORY" \
--title="$tag" \
-F NOTES.md
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
# Changelog

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

## [3.3] - 2024-07-19
## [v3.3] - 2024-07-19
### Added
- build-push-notify and tag-notify
- bump actions/checkout to v4
- bump docker/setup-qemu-action to v3
- bump docker/setup-buildx-action to v3

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

## [3.1] - 2024-07-16
## [v3.1] - 2024-07-16
### Changed
- build-push-notify
- TARGET optional parameter allows to set the target stage to build
### Added
- check-url-availibility

## [3.0] - 2024-07-15
## [v3.0] - 2024-07-15
### Changed
- tag-notify (**breaking change**)
- Parameter NEW_IMAGE_TAG removed
- Parameter NEW_IMAGE_TAGS added (one per line)

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

## [1.1] - 2024-07-08
## [v1.1] - 2024-07-08
### Added
- deb-build-push-notify

## [1.0.1] - 2024-07-04
## [v1.0.1] - 2024-07-04
### Fixed
#### rundeck-notify
- Fail when http status code != 200

## [1.0] - 2024-07-04
## [v1.0] - 2024-07-04
### Added
- build-push-notify
- rundeck-notify
Expand Down

0 comments on commit 66f298e

Please sign in to comment.