Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.0.1...v4.0.0) (2023-03-22)

### Features

* use channel or latest as release image tag ([8469ec0](8469ec0)), closes [#481](#481)

### BREAKING CHANGES

* now use default image tag as branch channel name or latest
  • Loading branch information
semantic-release-bot committed Mar 22, 2023
1 parent 0a2abcc commit c84623a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [4.0.0](https://github.com/eclass/semantic-release-docker/compare/v3.0.1...v4.0.0) (2023-03-22)


### Features

* use channel or latest as release image tag ([8469ec0](https://github.com/eclass/semantic-release-docker/commit/8469ec05aa51e1726bd11a05e7f4466a4769478a)), closes [#481](https://github.com/eclass/semantic-release-docker/issues/481)


### BREAKING CHANGES

* now use default image tag as branch channel name or latest

## [3.0.1](https://github.com/eclass/semantic-release-docker/compare/v3.0.0...v3.0.1) (2022-08-29)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclass/semantic-release-docker",
"version": "3.0.1",
"version": "4.0.0",
"description": "semantic-release plugin to tag and push docker images",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit c84623a

Please sign in to comment.