mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 23:01:30 +02:00
chore: release 2.15.2 (#197)
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
committed by
GitHub
parent
d19d6a01b3
commit
b0d436f502
@@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### [2.15.2](https://www.github.com/google-github-actions/release-please-action/compare/v2.15.1...v2.15.2) (2021-01-16)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **pagination:** tagging can use 'updated' releases should use 'created' ([b5e370c](https://www.github.com/google-github-actions/release-please-action/commit/b5e370ce70ebd5db6cffa9e93327c62dbd29ffde))
|
||||||
|
* **release-please:** fix whitespace issues in Rust ([#195](https://www.github.com/google-github-actions/release-please-action/issues/195)) ([b5e370c](https://www.github.com/google-github-actions/release-please-action/commit/b5e370ce70ebd5db6cffa9e93327c62dbd29ffde))
|
||||||
|
|
||||||
### [2.15.1](https://www.github.com/google-github-actions/release-please-action/compare/v2.15.0...v2.15.1) (2021-01-15)
|
### [2.15.1](https://www.github.com/google-github-actions/release-please-action/compare/v2.15.0...v2.15.1) (2021-01-15)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
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.1",
|
"version": "2.15.2",
|
||||||
"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.1",
|
"version": "2.15.2",
|
||||||
"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