Skip to content

Commit

Permalink
chore(release): 2.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.1](v2.1.0...v2.1.1) (2021-04-06)

### Bug Fixes

* use github package registry ([6ed74d2](6ed74d2)), closes [#39](#39)
  • Loading branch information
semantic-release-bot committed Apr 6, 2021
1 parent 6ed74d2 commit 3c8b013
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.1.1](https://github.com/Einfach-Gaming/egmrp-daemon/compare/v2.1.0...v2.1.1) (2021-04-06)


### Bug Fixes

* use github package registry ([6ed74d2](https://github.com/Einfach-Gaming/egmrp-daemon/commit/6ed74d208a9061531c7f610f5fc0c52c26f0d772)), closes [#39](https://github.com/Einfach-Gaming/egmrp-daemon/issues/39)

# [2.1.0](https://github.com/Einfach-Gaming/egmrp-daemon/compare/v2.0.4...v2.1.0) (2021-04-06)


Expand Down
20 changes: 13 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,19 @@
}
],
"@semantic-release/git",
["@semantic-release/exec", {
"prepareCmd": "docker build -t docker.pkg.github.com/einfach-gaming/egmrp-daemon/egmrp-daemon ."
}],
["semantic-release-docker", {
"name": "docker.pkg.github.com/einfach-gaming/egmrp-daemon/egmrp-daemon",
"registryUrl": "docker.pkg.github.com"
}]
[
"@semantic-release/exec",
{
"prepareCmd": "docker build -t docker.pkg.github.com/einfach-gaming/egmrp-daemon/egmrp-daemon ."
}
],
[
"semantic-release-docker",
{
"name": "docker.pkg.github.com/einfach-gaming/egmrp-daemon/egmrp-daemon",
"registryUrl": "docker.pkg.github.com"
}
]
]
}
}

0 comments on commit 3c8b013

Please sign in to comment.