Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.1.0 #32

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file.

## [v1.1.0](https://github.com/voxpupuli/container-semantic-release/tree/v1.1.0) (2024-10-23)

[Full Changelog](https://github.com/voxpupuli/container-semantic-release/compare/v1.0.0...v1.1.0)

**Implemented enhancements:**

- feat: add mattermost notification [\#31](https://github.com/voxpupuli/container-semantic-release/pull/31) ([rwaffen](https://github.com/rwaffen))
- feat: Add RocketChat notification script and a way to add additional ca certificates [\#24](https://github.com/voxpupuli/container-semantic-release/pull/24) ([rwaffen](https://github.com/rwaffen))
- fix: prevent ENOGITREPO [\#19](https://github.com/voxpupuli/container-semantic-release/pull/19) ([rwaffen](https://github.com/rwaffen))

**Merged pull requests:**

- build\(deps\): Bump semantic-release-pypi from 3.0.2 to 4.0.1 [\#30](https://github.com/voxpupuli/container-semantic-release/pull/30) ([dependabot[bot]](https://github.com/apps/dependabot))
- doc: use tagFormat default of v1.2.3, remove not needed slack plugin, fix spelling [\#29](https://github.com/voxpupuli/container-semantic-release/pull/29) ([rwaffen](https://github.com/rwaffen))
- build\(deps\): Bump node from 22.9.0-alpine3.20 to 23.0.0-alpine3.20 [\#26](https://github.com/voxpupuli/container-semantic-release/pull/26) ([dependabot[bot]](https://github.com/apps/dependabot))
- doc: add how to update a metadata.json, also update general example config [\#22](https://github.com/voxpupuli/container-semantic-release/pull/22) ([rwaffen](https://github.com/rwaffen))
- build\(deps\): Bump @semantic-release/github from 10.3.5 to 11.0.0 [\#21](https://github.com/voxpupuli/container-semantic-release/pull/21) ([dependabot[bot]](https://github.com/apps/dependabot))
rwaffen marked this conversation as resolved.
Show resolved Hide resolved
- doc: add info on how to run locally with git+ssh remotes [\#20](https://github.com/voxpupuli/container-semantic-release/pull/20) ([rwaffen](https://github.com/rwaffen))
- build\(deps\): Bump node from 22.8.0-alpine3.20 to 22.9.0-alpine3.20 [\#18](https://github.com/voxpupuli/container-semantic-release/pull/18) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v1.0.0](https://github.com/voxpupuli/container-semantic-release/tree/v1.0.0) (2024-09-24)

[Full Changelog](https://github.com/voxpupuli/container-semantic-release/compare/73e08a4630f0436542ca43350e61bbd698cba22d...v1.0.0)
Expand Down
Loading