mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-08 01:21:10 +02:00
chore: release 2.2.0 (#65)
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@@ -1,5 +1,17 @@
|
||||
# Changelog
|
||||
|
||||
## [2.2.0](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.1.1...v2.2.0) (2020-09-10)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* Add a changelog section type ([#64](https://www.github.com/GoogleCloudPlatform/release-please-action/issues/64)) ([2ca6d30](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/2ca6d30396e3b6b10ca9623ecbc3174b476ec8a2))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **release-please:** release please with code-suggester bug fixes ([#66](https://www.github.com/GoogleCloudPlatform/release-please-action/issues/66)) ([6b79987](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/6b79987e9000e7617d81e9645c8394f27b396a8d))
|
||||
|
||||
### [2.1.1](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.1.0...v2.1.1) (2020-09-06)
|
||||
|
||||
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "release-please-action",
|
||||
"version": "2.1.1",
|
||||
"version": "2.2.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "release-please-action",
|
||||
"private": true,
|
||||
"version": "2.1.1",
|
||||
"version": "2.2.0",
|
||||
"description": "automated releases based on conventional commits",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user