1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-09 14:21:14 +02:00

chore(main): release 4.1.6 (#10)

This commit is contained in:
Joaquin Santana
2024-11-19 15:40:08 +01:00
committed by GitHub
parent cf32e0c26a
commit fda43b8c60
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [4.1.6](https://github.com/joaquinjsb/gitea-release-please-action/compare/v4.1.5...v4.1.6) (2024-11-19)
### Bug Fixes
* require git username and password. ([febaa9c](https://github.com/joaquinjsb/gitea-release-please-action/commit/febaa9c6570ce417439b94eed98480d01f056592))
## [4.1.5](https://github.com/joaquinjsb/gitea-release-please-action/compare/v4.1.4...v4.1.5) (2024-11-19)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "release-please-action",
"version": "4.1.5",
"version": "4.1.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "release-please-action",
"version": "4.1.5",
"version": "4.1.6",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.10.0",

View File

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