mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-12 21:51:39 +02:00
chore: release 2.17.0 (#208)
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
committed by
GitHub
parent
6f7e46da0b
commit
b7fac390e7
@@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [2.17.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.16.0...v2.17.0) (2021-02-05)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **release-please:** add default branch input option for github release ([#206](https://www.github.com/google-github-actions/release-please-action/issues/206)) ([534536c](https://www.github.com/google-github-actions/release-please-action/commit/534536c1c22bf1b590511b1ab65c732a67439212))
|
||||||
|
|
||||||
## [2.16.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.15.3...v2.16.0) (2021-02-02)
|
## [2.16.0](https://www.github.com/google-github-actions/release-please-action/compare/v2.15.3...v2.16.0) (2021-02-02)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "release-please-action",
|
"name": "release-please-action",
|
||||||
"version": "2.16.0",
|
"version": "2.17.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "release-please-action",
|
"name": "release-please-action",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "2.16.0",
|
"version": "2.17.0",
|
||||||
"description": "automated releases based on conventional commits",
|
"description": "automated releases based on conventional commits",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user