Compare commits

...

2 Commits

Author SHA1 Message Date
semantic-release-bot
45619e358c release(rc): v0.1.2-rc.6
## [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](6277b6ad8e))
2024-12-29 18:43:10 +00:00
6277b6ad8e
ci(release): update release workflow
All checks were successful
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
2024-12-29 19:42:51 +01:00
4 changed files with 14 additions and 6 deletions

View File

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

View File

@ -1,3 +1,9 @@
## [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.5",
"version": "0.1.2-rc.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "collections",
"version": "0.1.2-rc.5",
"version": "0.1.2-rc.6",
"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.5",
"version": "0.1.2-rc.6",
"scripts": {
"release": "./node_modules/.bin/semantic-release"
},