Update build script and bump version to 2.1.5
This commit is contained in:
parent
bdcf510089
commit
11aaa39eaa
4 changed files with 9 additions and 3 deletions
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [2.1.5] - 2024-10-14
|
||||||
|
|
||||||
|
This update introduces a critical bug fix
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [2.1.4] - 2024-10-13
|
## [2.1.4] - 2024-10-13
|
||||||
|
|
||||||
This update introduces minor bug fixes & improvements
|
This update introduces minor bug fixes & improvements
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: |
|
run: |
|
||||||
ncc build --config %TPL_BUILD_NAME% --log-level debug
|
ncc build --config %TPL_BUILD_NAME% --build-source --log-level debug
|
||||||
|
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2.1.4
|
2.1.5
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "2.1.4",
|
"version": "2.1.5",
|
||||||
"branch": "stable",
|
"branch": "stable",
|
||||||
"flags": [],
|
"flags": [],
|
||||||
"components": [
|
"components": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue