Skip to content

Commit

Permalink
chore(release): 2.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.7.0](v2.6.0...v2.7.0) (2021-08-26)

### Features

* add support for GITHUB_ACTOR env var and switch to ghcr.io naming ([ad082f3](ad082f3))
* improve documentation ([c8b03be](c8b03be))

### Reverts

* Revert "feat: add support for crane and kaniko" ([1eff8a1](1eff8a1))
  • Loading branch information
alexdevbot committed Aug 26, 2021
1 parent c8b03be commit 00514b4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.7.0](https://github.com/alexanderbabel/semantic-release-docker/compare/v2.6.0...v2.7.0) (2021-08-26)


### Features

* add support for GITHUB_ACTOR env var and switch to ghcr.io naming ([ad082f3](https://github.com/alexanderbabel/semantic-release-docker/commit/ad082f3f960ac1687266f6b80aa832211f587bfe))
* improve documentation ([c8b03be](https://github.com/alexanderbabel/semantic-release-docker/commit/c8b03be959df15a7b50b57628146e10a2da81089))


### Reverts

* Revert "feat: add support for crane and kaniko" ([1eff8a1](https://github.com/alexanderbabel/semantic-release-docker/commit/1eff8a19b88b1aa194ac5b57663c4fc326aad3d5))

# [2.6.0](https://github.com/alexanderbabel/semantic-release-docker/compare/v2.5.1...v2.6.0) (2021-03-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alexbabel/semantic-release-docker",
"version": "2.6.0",
"version": "2.7.0",
"description": "Set of semantic-release plugins to publish to gitlab docker registry",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 00514b4

Please sign in to comment.