mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-14 07:41:40 +02:00
chore: release 2.15.3 (#200)
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
committed by
GitHub
parent
b710c281dc
commit
a9e0f67aca
@@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### [2.15.3](https://www.github.com/google-github-actions/release-please-action/compare/v2.15.2...v2.15.3) (2021-01-22)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **release-please:** uses alternate approach to find files in repo ([#198](https://www.github.com/google-github-actions/release-please-action/issues/198)) ([c540b9e](https://www.github.com/google-github-actions/release-please-action/commit/c540b9e79be1b629a02e961a539eea29c1e9e57a))
|
||||||
|
|
||||||
### [2.15.2](https://www.github.com/google-github-actions/release-please-action/compare/v2.15.1...v2.15.2) (2021-01-16)
|
### [2.15.2](https://www.github.com/google-github-actions/release-please-action/compare/v2.15.1...v2.15.2) (2021-01-16)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "release-please-action",
|
"name": "release-please-action",
|
||||||
"version": "2.15.2",
|
"version": "2.15.3",
|
||||||
"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.15.2",
|
"version": "2.15.3",
|
||||||
"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