2 Commits

Author SHA1 Message Date
Unbound Release 81dd124151 chore(release): prepare for v0.0.10 2024-10-05 19:17:57 +00:00
argoyle 62c2c5e1d6 ci: add release flow 2024-10-05 21:14:17 +02:00
2 changed files with 74 additions and 32 deletions
+2 -32
View File
@@ -1,10 +1,10 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
- project: unboundsoftware/ci-templates
file: Release.gitlab-ci.yml
stages:
- build
- prepare
- release
variables:
DOCKER_HOST: tcp://docker:2375/
@@ -19,33 +19,3 @@ build:
- unset BUILDTOOLS_CONTENT
- build
- push
prepare_release:
stage: prepare
image:
name: orhunp/git-cliff:latest
entrypoint: [ "" ]
variables:
GIT_STRATEGY: clone # clone entire repo instead of reusing workspace
GIT_DEPTH: 0 # avoid shallow clone to give cliff all the info it needs
script:
- git-cliff --current > CHANGELOG.md
artifacts:
paths:
- CHANGELOG.md
rules:
- if: $CI_COMMIT_TAG
release:
image: registry.gitlab.com/gitlab-org/release-cli:latest
stage: release
needs:
- job: prepare_release
artifacts: true
script:
- echo "Running release_job for $TAG"
release:
tag_name: '$CI_COMMIT_TAG'
description: ./CHANGELOG.md
rules:
- if: $CI_COMMIT_TAG
+72
View File
@@ -0,0 +1,72 @@
# Changelog
All notable changes to this project will be documented in this file.
## [0.0.10] - 2024-10-05
### ⚙️ Miscellaneous Tasks
- Add release flow
## [0.0.9] - 2024-09-22
### ⚙️ Miscellaneous Tasks
- Update prepare_release to use git-cliff for CHANGELOG generation
## [0.0.8] - 2024-05-20
### ⚙️ Miscellaneous Tasks
- Add ruby-dev to Dockerfile for pre-commit installation.
## [0.0.7] - 2024-05-02
### ⚙️ Miscellaneous Tasks
- Update to Node 22
## [0.0.6] - 2024-04-08
### 🐛 Bug Fixes
- Add pipx bin-dir to PATH
## [0.0.4] - 2024-04-06
### 🐛 Bug Fixes
- Install pre-commit with pipx
### ⚙️ Miscellaneous Tasks
- Remove Dependabot config
- Update to node 20.9.0
## [0.0.3] - 2023-06-08
### ⚙️ Miscellaneous Tasks
- Add dependabot config
### Build
- *(deps)* Bump node from 18 to 20
## [0.0.2] - 2023-02-22
### 🚀 Features
- Upgrade to Node 18
### ⚙️ Miscellaneous Tasks
- Use Docker DinD version from variable
## [0.0.1] - 2023-01-31
### 🚀 Features
- Initial version
<!-- generated by git-cliff -->