1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-05 10:37:47 +02:00

chore(main): release 4.1.4 (#5)

This commit is contained in:
Joaquin Santana
2024-11-19 13:16:30 +01:00
committed by GitHub
parent cb16c6f702
commit b69cdfc94b
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [4.1.4](https://github.com/joaquinjsb/gitea-release-please-action/compare/v4.1.3...v4.1.4) (2024-11-19)
### Bug Fixes
* added git ssh configuration for repo. ([5d1b078](https://github.com/joaquinjsb/gitea-release-please-action/commit/5d1b0787e642a0f0fb33c947887b83249bac81a1))
## [4.1.3](https://github.com/joaquinjsb/release-please-action/compare/v5.0.0...v4.1.3) (2024-11-19)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "release-please-action",
"version": "4.1.3",
"version": "4.1.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "release-please-action",
"version": "4.1.3",
"version": "4.1.4",
"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.3",
"version": "4.1.4",
"description": "automated releases based on conventional commits",
"main": "index.js",
"scripts": {