1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-13 20:41:38 +02:00

chore: release 2.18.0 (#214)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
google-github-actions-bot
2021-02-13 13:02:34 -06:00
committed by GitHub
parent 65d6fca5fb
commit c31be99833
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [2.18.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.17.0...v2.18.0) (2021-02-12)
### Features
* **release-please:** use latest release please version ([#210](https://www.github.com/google-github-actions/release-please-action/issues/210)) ([484099d](https://www.github.com/google-github-actions/release-please-action/commit/484099d9695e3107b5d0bab3f953ab900f69f9d8))
## [2.17.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.16.0...v2.17.0) (2021-02-05)

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "release-please-action",
"version": "2.17.0",
"version": "2.18.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,7 +1,7 @@
{
"name": "release-please-action",
"private": true,
"version": "2.17.0",
"version": "2.18.0",
"description": "automated releases based on conventional commits",
"main": "index.js",
"scripts": {