mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-09 23:41:11 +02:00
chore: release 2.18.1 (#219)
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
committed by
GitHub
parent
70bba9e674
commit
55f1c58651
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
### [2.18.1](https://www.github.com/google-github-actions/release-please-action/compare/v2.18.0...v2.18.1) (2021-02-15)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **release-please:** update github-release call to new function ([#217](https://www.github.com/google-github-actions/release-please-action/issues/217)) ([efd1c77](https://www.github.com/google-github-actions/release-please-action/commit/efd1c77e85e3e407ac71c4eb338fc1aa86027455))
|
||||
* **release-please:** uses factory from latest version ([#222](https://www.github.com/google-github-actions/release-please-action/issues/222)) ([cede8e4](https://www.github.com/google-github-actions/release-please-action/commit/cede8e48374038ce478d27a172085187b4668923))
|
||||
|
||||
## [2.18.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.17.0...v2.18.0) (2021-02-12)
|
||||
|
||||
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "release-please-action",
|
||||
"version": "2.18.0",
|
||||
"version": "2.18.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "release-please-action",
|
||||
"private": true,
|
||||
"version": "2.18.0",
|
||||
"version": "2.18.1",
|
||||
"description": "automated releases based on conventional commits",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user