Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
caed076db6
|
|||
| 8d5df03ad5 | |||
| 90eba865cf | |||
| c75e88a6f3 | |||
| 9fb6ded315 | |||
| 28b10a5452 | |||
| 342e639b24 | |||
| 712375c502 | |||
| 88bfb3caeb |
+5
-5
@@ -21,15 +21,15 @@ build:
|
||||
- push
|
||||
|
||||
prepare_release:
|
||||
image: node:18
|
||||
image: node:20
|
||||
stage: prepare
|
||||
before_script:
|
||||
- npm install -g conventional-changelog-cli
|
||||
script:
|
||||
- echo "DESCRIPTION=$(conventional-changelog -p conventionalcommits)" > variables.env
|
||||
- conventional-changelog -p conventionalcommits > ./release.description
|
||||
artifacts:
|
||||
reports:
|
||||
dotenv: variables.env
|
||||
paths:
|
||||
- release.description
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG
|
||||
|
||||
@@ -43,6 +43,6 @@ release:
|
||||
- echo "Running release_job for $TAG"
|
||||
release:
|
||||
tag_name: '$CI_COMMIT_TAG'
|
||||
description: '$DESCRIPTION'
|
||||
description: ./release.description
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG
|
||||
|
||||
+3
-3
@@ -1,6 +1,6 @@
|
||||
FROM node:18
|
||||
FROM node:20.9.0
|
||||
|
||||
RUN apt update && \
|
||||
apt install -y python3 python3-pip ruby git && \
|
||||
apt install -y python3 python3-pip ruby git pipx && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
pip3 install pre-commit
|
||||
pipx install pre-commit
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user