Skip to content

Commit 2f114d9

Browse files
authored
Merge branch 'development' into pre6-pensound-overhaul
2 parents b3f6d3e + 988a61c commit 2f114d9

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
group: release-${{ github.ref_name }}
1313

1414
env:
15-
LATEST_TAG: latest
15+
LATEST_TAG: latest-release
1616

1717
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1818
jobs:

CHANGELOG.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7-
## [Unreleased]
7+
## [Release v6.0.0] - 2024/02/11
88

99
<details><summary><b>Added</b></summary>
1010

@@ -269,7 +269,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
269269

270270
***
271271

272-
## [0.1.0 pre-release 5.0][0.1.0-pre5.0] - 2023/06/17
272+
## [Release v5.0.0] - 2023/06/17
273273

274274
<details><summary><b>Added</b></summary>
275275

@@ -1183,7 +1183,7 @@ This can be accessed via the new Lua (R/W) `SettingsMan` property `AIUpdateInter
11831183

11841184
***
11851185

1186-
## [0.1.0 pre-release 4.0][0.1.0-pre4.0] - 2022/02/28
1186+
## [Release v4.0.0] - 2022/02/28
11871187

11881188
<details><summary><b>Added</b></summary>
11891189

@@ -1724,7 +1724,7 @@ This can be accessed via the new Lua (R/W) `SettingsMan` property `AIUpdateInter
17241724

17251725
***
17261726

1727-
## [0.1.0 pre-release 3.0][0.1.0-pre3.0] - 2020/12/25
1727+
## [Release v3.0.0] - 2020/12/25
17281728

17291729
<details><summary><b>Added</b></summary>
17301730

@@ -2060,7 +2060,7 @@ This can be accessed via the new Lua (R/W) `SettingsMan` property `AIUpdateInter
20602060

20612061
***
20622062

2063-
## [0.1.0 pre-release 2][0.1.0-pre2] - 2020/05/08
2063+
## [Release v2.0.0] - 2020/05/08
20642064

20652065
<details><summary><b>Added</b></summary>
20662066

@@ -2288,7 +2288,7 @@ This can be accessed via the new Lua (R/W) `SettingsMan` property `AIUpdateInter
22882288

22892289
***
22902290

2291-
## [0.1.0 pre-release 1][0.1.0-pre1] - 2020/01/27
2291+
## [Release v1.0.0] - 2020/01/27
22922292

22932293
<details><summary><b>Added</b></summary>
22942294

@@ -2380,9 +2380,10 @@ This can be accessed via the new Lua (R/W) `SettingsMan` property `AIUpdateInter
23802380
Note: For a log of changes made prior to the commencement of the open source community project, look [here.](https://github.com/cortex-command-community/Cortex-Command-Community-Project-Source/wiki/Previous-Closed-Source-Changelog)
23812381

23822382

2383-
[unreleased]: https://github.com/cortex-command-community/Cortex-Command-Community-Project-Source/compare/master...cortex-command-community:development
2384-
[0.1.0-pre1]: https://github.com/cortex-command-community/Cortex-Command-Community-Project-Data/releases/tag/v0.1.0-pre1
2385-
[0.1.0-pre2]: https://github.com/cortex-command-community/Cortex-Command-Community-Project-Data/releases/tag/v0.1.0-pre2
2386-
[0.1.0-pre3.0]: https://github.com/cortex-command-community/Cortex-Command-Community-Project-Source/releases/tag/v0.1.0-pre3.0
2387-
[0.1.0-pre4.0]: https://github.com/cortex-command-community/Cortex-Command-Community-Project-Source/releases/tag/v0.1.0-pre4.0
2388-
[0.1.0-pre5.0]: https://github.com/cortex-command-community/Cortex-Command-Community-Project-Source/releases/tag/v0.1.0-pre5.0
2383+
[Release v1.0.0]: https://github.com/cortex-command-community/Cortex-Command-Community-Project-Data/releases/tag/v0.1.0-pre1
2384+
[Release v2.0.0]: https://github.com/cortex-command-community/Cortex-Command-Community-Project-Data/releases/tag/v0.1.0-pre2
2385+
[Release v3.0.0]: https://github.com/cortex-command-community/Cortex-Command-Community-Project-Source/releases/tag/v0.1.0-pre3.0
2386+
[Release v4.0.0]: https://github.com/cortex-command-community/Cortex-Command-Community-Project-Source/releases/tag/v0.1.0-pre4.0
2387+
[Release v5.0.0]: https://github.com/cortex-command-community/Cortex-Command-Community-Project-Source/releases/tag/v0.1.0-pre5.0
2388+
[Release v6.0.0]: https://github.com/cortex-command-community/Cortex-Command-Community-Project/releases/tag/v6.0.0
2389+
[Unreleased]: https://github.com/cortex-command-community/Cortex-Command-Community-Project-Source/compare/master...cortex-command-community:development

0 commit comments

Comments
 (0)