Skip to content

Commit 0fa1272

Browse files
committed
release: version v4.3.0
2 parents 220c52d + e0af2a1 commit 0fa1272

File tree

3,154 files changed

+46651
-57553
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,154 files changed

+46651
-57553
lines changed

.github/release-drafter-config.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name-template: 'Draft for v$NEXT_MINOR_VERSION'
2+
tag-template: 'v$NEXT_MINOR_VERSION'
3+
change-template: '- #$NUMBER $TITLE (@$AUTHOR)'
4+
template: |
5+
## Changes
6+
7+
$CHANGES
8+
categories:
9+
- title: ':rocket: Features'
10+
labels:
11+
- 'Enhancement'
12+
- title: ':bug: Bug Fixes'
13+
labels:
14+
- 'Bug'
15+
- title: ':toolbox: Maintenance'
16+
labels:
17+
- 'Stabilization'
18+
- title: ':books: Documentation'
19+
labels:
20+
- 'Documentation'
21+
- title: ':gear: Logistics'
22+
labels:
23+
- 'Logistics'
24+
autolabeler:
25+
- label: 'Documentation'
26+
title:
27+
- '/doc/i'
28+
- label: 'Bug'
29+
title:
30+
- '/fix/i'
31+
- label: 'Enhancement'
32+
title:
33+
- '/feat/i'
34+
- label: 'Logistics'
35+
title:
36+
- '/build/i'
37+
- '/ci/i'
38+
- label: 'Stabilization'
39+
title:
40+
- '/chore/i'
41+
- '/refactor/i'
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Release Draft
2+
3+
on:
4+
push:
5+
# branches to consider in the event; optional, defaults to all
6+
branches:
7+
- develop
8+
9+
jobs:
10+
update_release_draft:
11+
runs-on: ubuntu-latest
12+
steps:
13+
# Drafts your next Release notes as Pull Requests are merged into "master"
14+
- uses: release-drafter/release-drafter@v5
15+
with:
16+
config-name: release-drafter-config.yml
17+
env:
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.idea/.gitignore

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/TerasologyPC.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/TerasologyPC__2nd_client_.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/TerasologyPC__2nd_client_for_mac.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/TerasologyPC__3rd_client_.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/TerasologyPC__CR_enabled_.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/TerasologyPC__EXTREME_8GB_.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/TerasologyPC__Headless_.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)