Compare commits

..

No commits in common. "v0.1.2-rc.6" and "v0.1.2-rc.5" have entirely different histories.

4 changed files with 6 additions and 14 deletions

View File

@ -5,11 +5,9 @@ when:
steps: steps:
semantic-release: semantic-release:
image: node:latest image: node:latest
environment: secrets:
GITEA_TOKEN: - gitea_token
from_secret: gitea_token - git_credentials
GIT_CREDENTIALS:
from_secret: git_credentials
commands: commands:
- npm i - npm i
- npm run release - npm run release

View File

@ -1,9 +1,3 @@
## [0.1.2-rc.6](https://git.ext.icikowski.pl/go/collections/compare/v0.1.2-rc.5...v0.1.2-rc.6) (2024-12-29)
### Continuous Integrations
* **release:** update release workflow ([6277b6a](https://git.ext.icikowski.pl/go/collections/commit/6277b6ad8ef475f7ce6ee6c41c676295ebf3e0ca))
## [0.1.2-rc.5](https://git.ext.icikowski.pl/go/collections/compare/v0.1.2-rc.4...v0.1.2-rc.5) (2024-12-28) ## [0.1.2-rc.5](https://git.ext.icikowski.pl/go/collections/compare/v0.1.2-rc.4...v0.1.2-rc.5) (2024-12-28)
### Build system and dependencies ### Build system and dependencies

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "collections", "name": "collections",
"version": "0.1.2-rc.6", "version": "0.1.2-rc.5",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "collections", "name": "collections",
"version": "0.1.2-rc.6", "version": "0.1.2-rc.5",
"devDependencies": { "devDependencies": {
"@saithodev/semantic-release-gitea": "^2.1.0", "@saithodev/semantic-release-gitea": "^2.1.0",
"@semantic-release/changelog": "^6.0.3", "@semantic-release/changelog": "^6.0.3",

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "collections", "name": "collections",
"version": "0.1.2-rc.6", "version": "0.1.2-rc.5",
"scripts": { "scripts": {
"release": "./node_modules/.bin/semantic-release" "release": "./node_modules/.bin/semantic-release"
}, },