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:
semantic-release:
image: node:latest
environment:
GITEA_TOKEN:
from_secret: gitea_token
GIT_CREDENTIALS:
from_secret: git_credentials
secrets:
- gitea_token
- git_credentials
commands:
- npm i
- 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)
### Build system and dependencies

4
package-lock.json generated
View File

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

View File

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