Compare commits
68 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b6afccc336 | |||
| 62b2ee2698 | |||
| 07cc404a24 | |||
| 343a03bed4 | |||
| c220959b9d | |||
| aa7cbe63a1 | |||
| 45958fb2d9 | |||
| adc1ba6673 | |||
| 499641c466 | |||
| 0c381a9e8b | |||
| c7ec97288b | |||
| e715a377cd | |||
| ad17b7acd0 | |||
| 6187a1cf83 | |||
| 7234388c34 | |||
| f86a923159 | |||
| 6facbef659 | |||
| ab293c439b | |||
| 990404b591 | |||
| d8f6943b8d | |||
| 64d514cd58 | |||
| fa68f5c440 | |||
| a313d5d917 | |||
|
1555b76673
|
|||
| 9e0f65f747 | |||
| 31ddaf91bc | |||
| a9f6278725 | |||
| 2d7406d122 | |||
| 9353c85cfa | |||
| 3471a62e9e | |||
| 1342deafce | |||
| c891cfca5c | |||
| ddbeecbe5e | |||
| bd82148795 | |||
| 2ad1d1921c | |||
|
0236562cab
|
|||
| 892aff02b1 | |||
| 1726082fef | |||
| a1c6c930ae | |||
| 497e895ef6 | |||
| 5d4670cdc7 | |||
| 2dcf29b955 | |||
| 14d8f744ac | |||
| f57c696627 | |||
| 4841e29680 | |||
| eb1ed8b5f4 | |||
| fd2b426e6a | |||
| 8724d9ebdd | |||
| 1bc8c99013 | |||
| 1a3a0ca7cf | |||
| e1426020e0 | |||
| 9afb2ddb63 | |||
| 67a0ec7508 | |||
|
128a6f2a6c
|
|||
| 6fc12fac2f | |||
| 98e917a2fa | |||
| ce49c475dd | |||
| e20e89e0b2 | |||
| df88b2c3d2 | |||
|
109884f4b5
|
|||
| 30c4a61730 | |||
| b293b1ac17 | |||
| f490b695be | |||
| 801b557de9 | |||
| 8667d3e03c | |||
| 4c387451f3 | |||
| 34ab02e27b | |||
| 61e4c7cf79 |
+2
-5
@@ -1,20 +1,17 @@
|
||||
include:
|
||||
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
|
||||
- project: unboundsoftware/ci-templates
|
||||
file: Defaults.gitlab-ci.yml
|
||||
- project: unboundsoftware/ci-templates
|
||||
file: Release.gitlab-ci.yml
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
||||
variables:
|
||||
DOCKER_HOST: tcp://docker:2375/
|
||||
|
||||
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
|
||||
|
||||
build:
|
||||
stage: build
|
||||
services:
|
||||
- docker:${DOCKER_DIND_VERSION}
|
||||
script:
|
||||
- unset BUILDTOOLS_CONTENT
|
||||
- build
|
||||
|
||||
+136
@@ -2,6 +2,123 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [0.0.23] - 2025-10-22
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to 4b5601e
|
||||
- *(deps)* Update node.js to 1260a4a
|
||||
- *(deps)* Update node.js to v22.21.0
|
||||
|
||||
## [0.0.22] - 2025-09-25
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to 2e68a73
|
||||
- *(deps)* Update node.js to v22.20.0
|
||||
|
||||
## [0.0.21] - 2025-08-29
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to da46023
|
||||
- *(deps)* Update node.js to v22.19.0
|
||||
|
||||
## [0.0.20] - 2025-08-04
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to 40c53e3
|
||||
- *(deps)* Update node.js to v22.17.1
|
||||
- *(deps)* Update node.js to f17eb88
|
||||
- *(deps)* Update node.js to v22.18.0
|
||||
|
||||
## [0.0.19] - 2025-06-25
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to 8d23574
|
||||
- *(ci)* Update CI configuration for project templates
|
||||
- *(deps)* Update node.js to v22.17.0
|
||||
|
||||
## [0.0.18] - 2025-05-22
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to v22.16.0
|
||||
|
||||
## [0.0.17] - 2025-05-15
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to ab3dc40
|
||||
- *(deps)* Update node.js to v22.15.1
|
||||
|
||||
## [0.0.16] - 2025-04-23
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to 4c7ba01
|
||||
- *(deps)* Update node.js to v22.15.0
|
||||
|
||||
## [0.0.15] - 2025-04-04
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- *(docker)* Update base image to amd64 version
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to debe7ff
|
||||
- *(deps)* Update node.js to 469d57f
|
||||
- *(deps)* Update node.js to 3962f5a
|
||||
- *(deps)* Update node.js to 5145c88
|
||||
- *(deps)* Update node.js to v22.14.0
|
||||
- *(deps)* Update node.js to cfef443
|
||||
- *(deps)* Update node.js to a279671
|
||||
- *(deps)* Update node.js to 2094ac6
|
||||
- *(deps)* Update node.js to fab5fee
|
||||
|
||||
## [0.0.14] - 2025-01-23
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to 4f7fb7f
|
||||
- *(deps)* Update node.js to d77c645
|
||||
- *(deps)* Update node.js to fa54405
|
||||
- *(deps)* Update node.js to v22.13.1
|
||||
|
||||
## [0.0.13] - 2025-01-10
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to v22.13.0
|
||||
|
||||
## [0.0.12] - 2024-12-28
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to cb24453
|
||||
- *(deps)* Update node.js to fd453a2
|
||||
- *(deps)* Update node.js to v22.12.0
|
||||
- *(deps)* Update node.js to 35a5dd7
|
||||
- Remove unnecessary docker services and variables
|
||||
- *(deps)* Update node.js to 0e910f4
|
||||
|
||||
## [0.0.11] - 2024-11-14
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to v22.10.0
|
||||
- *(deps)* Update node.js to v22.11.0
|
||||
- *(deps)* Pin node.js to de4c8be
|
||||
- *(deps)* Update node.js to f496dba
|
||||
- *(deps)* Update node.js to db556c2
|
||||
- *(deps)* Update node.js to f1f8564
|
||||
- *(deps)* Update node.js to 6eb1af3
|
||||
- *(deps)* Update node.js to 5c76d05
|
||||
- Add default configuration for git-cliff
|
||||
|
||||
## [0.0.10] - 2024-10-05
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
@@ -12,18 +129,30 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to v22.3.0
|
||||
- *(deps)* Update node.js to v22.4.0
|
||||
- *(deps)* Update node.js to v22.4.1
|
||||
- *(deps)* Update node.js to v22.5.0
|
||||
- *(deps)* Update node.js to v22.5.1
|
||||
- *(deps)* Update node docker tag to v22.6.0
|
||||
- *(deps)* Update node.js to v22.7.0
|
||||
- *(deps)* Update node.js to v22.8.0
|
||||
- *(deps)* Update node.js to v22.9.0
|
||||
- Update prepare_release to use git-cliff for CHANGELOG generation
|
||||
|
||||
## [0.0.8] - 2024-05-20
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to v22.1.0
|
||||
- Add ruby-dev to Dockerfile for pre-commit installation.
|
||||
- *(deps)* Update node.js to v22.2.0
|
||||
|
||||
## [0.0.7] - 2024-05-02
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to v20.12.2
|
||||
- Update to Node 22
|
||||
|
||||
## [0.0.6] - 2024-04-08
|
||||
@@ -32,6 +161,12 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
- Add pipx bin-dir to PATH
|
||||
|
||||
## [0.0.5] - 2024-04-07
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to v20.12.1
|
||||
|
||||
## [0.0.4] - 2024-04-06
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
@@ -40,6 +175,7 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to v20
|
||||
- Remove Dependabot config
|
||||
- Update to node 20.9.0
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM node:22.9.0
|
||||
FROM amd64/node:22.21.0@sha256:2049ba522cb154426259330277d298da7bb85960eca1c886832e0265d457c0bb
|
||||
|
||||
ENV PATH=${PATH}:/root/.local/bin
|
||||
|
||||
|
||||
+80
@@ -0,0 +1,80 @@
|
||||
# git-cliff ~ default configuration file
|
||||
# https://git-cliff.org/docs/configuration
|
||||
#
|
||||
# Lines starting with "#" are comments.
|
||||
# Configuration options are organized into tables and keys.
|
||||
# See documentation for more information on available options.
|
||||
|
||||
[changelog]
|
||||
# template for the changelog header
|
||||
header = """
|
||||
# Changelog\n
|
||||
All notable changes to this project will be documented in this file.\n
|
||||
"""
|
||||
# template for the changelog body
|
||||
# https://keats.github.io/tera/docs/#introduction
|
||||
body = """
|
||||
{% if version %}\
|
||||
## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }}
|
||||
{% else %}\
|
||||
## [unreleased]
|
||||
{% endif %}\
|
||||
{% for group, commits in commits | group_by(attribute="group") %}
|
||||
### {{ group | striptags | trim | upper_first }}
|
||||
{% for commit in commits %}
|
||||
- {% if commit.scope %}*({{ commit.scope }})* {% endif %}\
|
||||
{% if commit.breaking %}[**breaking**] {% endif %}\
|
||||
{{ commit.message | upper_first }}\
|
||||
{% endfor %}
|
||||
{% endfor %}\n
|
||||
"""
|
||||
# template for the changelog footer
|
||||
footer = """
|
||||
<!-- generated by git-cliff -->
|
||||
"""
|
||||
# remove the leading and trailing s
|
||||
trim = true
|
||||
# postprocessors
|
||||
postprocessors = [
|
||||
# { pattern = '<REPO>', replace = "https://github.com/orhun/git-cliff" }, # replace repository URL
|
||||
]
|
||||
# render body even when there are no releases to process
|
||||
# render_always = true
|
||||
# output file path
|
||||
# output = "test.md"
|
||||
|
||||
[git]
|
||||
# parse the commits based on https://www.conventionalcommits.org
|
||||
conventional_commits = true
|
||||
# filter out the commits that are not conventional
|
||||
filter_unconventional = true
|
||||
# process each line of a commit as an individual commit
|
||||
split_commits = false
|
||||
# regex for preprocessing the commit messages
|
||||
commit_preprocessors = [
|
||||
# Replace issue numbers
|
||||
#{ pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](<REPO>/issues/${2}))"},
|
||||
# Check spelling of the commit with https://github.com/crate-ci/typos
|
||||
# If the spelling is incorrect, it will be automatically fixed.
|
||||
#{ pattern = '.*', replace_command = 'typos --write-changes -' },
|
||||
]
|
||||
# regex for parsing and grouping commits
|
||||
commit_parsers = [
|
||||
{ message = "^feat", group = "<!-- 0 -->🚀 Features" },
|
||||
{ message = "^fix", group = "<!-- 1 -->🐛 Bug Fixes" },
|
||||
{ message = "^doc", group = "<!-- 3 -->📚 Documentation" },
|
||||
{ message = "^perf", group = "<!-- 4 -->⚡ Performance" },
|
||||
{ message = "^refactor", group = "<!-- 2 -->🚜 Refactor" },
|
||||
{ message = "^style", group = "<!-- 5 -->🎨 Styling" },
|
||||
{ message = "^test", group = "<!-- 6 -->🧪 Testing" },
|
||||
{ message = "^chore\\(release\\): prepare for", skip = true },
|
||||
{ message = "^chore|^ci", group = "<!-- 7 -->⚙️ Miscellaneous Tasks" },
|
||||
{ body = ".*security", group = "<!-- 8 -->🛡️ Security" },
|
||||
{ message = "^revert", group = "<!-- 9 -->◀️ Revert" },
|
||||
]
|
||||
# filter out the commits that are not matched by commit parsers
|
||||
filter_commits = false
|
||||
# sort the tags topologically
|
||||
topo_order = false
|
||||
# sort the commits inside sections by oldest/newest order
|
||||
sort_commits = "oldest"
|
||||
Reference in New Issue
Block a user