Skip to content

Commit bdacbff

Browse files
committed
Merge remote-tracking branch 'origin/dev' into dev
2 parents 147a4c2 + f3e6536 commit bdacbff

File tree

2 files changed

+110
-0
lines changed

2 files changed

+110
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: Generate Changelog
2+
3+
on:
4+
push: {}
5+
6+
jobs:
7+
changelog:
8+
runs-on: ubuntu-latest
9+
name: Generate and Commit Changelog
10+
11+
steps:
12+
- name: Checkout Repository
13+
uses: actions/checkout@v4
14+
15+
- name: Generate Changelog
16+
uses: smichard/conventional_changelog@2.0.0
17+
with:
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
20+
- name: Set Git User Info
21+
run: |
22+
git config user.name 'GitHub Actions Bot'
23+
git config user.email 'actions@github.com'
24+
25+
- name: Commit Changelog
26+
run: |
27+
git add CHANGELOG.md
28+
git commit -m "docs: :robot: changelog file generated" || echo "No changes to commit"
29+
git push

CHANGELOG.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
6+
7+
## Unreleased changes
8+
9+
### Bug Fixes
10+
- submit button positon [`6bfad98`](https://github.com/NeverStopGaming/EV1-Mod/commit/6bfad98)
11+
12+
### Other
13+
- Simplify push trigger configuration for changelog [`b6ff72f`](https://github.com/NeverStopGaming/EV1-Mod/commit/b6ff72f)
14+
- Add workflow to generate and commit changelog [`2e2f789`](https://github.com/NeverStopGaming/EV1-Mod/commit/2e2f789)
15+
16+
## v0.1.2 (2025-12-12)
17+
18+
### Feature
19+
- bump version [`f525444`](https://github.com/NeverStopGaming/EV1-Mod/commit/f525444)
20+
21+
### Bug Fixes
22+
- show color for locked [`317db3c`](https://github.com/NeverStopGaming/EV1-Mod/commit/317db3c)
23+
24+
### Other
25+
- Merge pull request #4 from NeverStopGaming/dev [`6c27e39`](https://github.com/NeverStopGaming/EV1-Mod/commit/6c27e39)
26+
27+
## v0.1.1 (2025-12-12)
28+
29+
### Feature
30+
- bump version [`3ae8bbc`](https://github.com/NeverStopGaming/EV1-Mod/commit/3ae8bbc)
31+
- temp remove complete [`d9567e0`](https://github.com/NeverStopGaming/EV1-Mod/commit/d9567e0)
32+
- add new textures [`bf67677`](https://github.com/NeverStopGaming/EV1-Mod/commit/bf67677)
33+
34+
### Bug Fixes
35+
- add line break conditions [`d7f7960`](https://github.com/NeverStopGaming/EV1-Mod/commit/d7f7960)
36+
- send mods in chunks [`38803b3`](https://github.com/NeverStopGaming/EV1-Mod/commit/38803b3)
37+
38+
### Other
39+
- Merge pull request #3 from NeverStopGaming/dev [`3ca4258`](https://github.com/NeverStopGaming/EV1-Mod/commit/3ca4258)
40+
41+
## v0.1.0 (2025-12-10)
42+
43+
### Feature
44+
- bump mod version [`35fc957`](https://github.com/NeverStopGaming/EV1-Mod/commit/35fc957)
45+
- draw spawnEgg for Kill Mob quests [`e75ccde`](https://github.com/NeverStopGaming/EV1-Mod/commit/e75ccde)
46+
- send mods to server [`73817b5`](https://github.com/NeverStopGaming/EV1-Mod/commit/73817b5)
47+
- add questBook Texture and Model [`8df697f`](https://github.com/NeverStopGaming/EV1-Mod/commit/8df697f)
48+
- add questBook Texture and Model [`234cbcb`](https://github.com/NeverStopGaming/EV1-Mod/commit/234cbcb)
49+
- open Book on 'o' message [`4f3b745`](https://github.com/NeverStopGaming/EV1-Mod/commit/4f3b745)
50+
- adjust padding on MainMenu [`38f6917`](https://github.com/NeverStopGaming/EV1-Mod/commit/38f6917)
51+
52+
### Bug Fixes
53+
- change to double cal on progress [`a2fe48e`](https://github.com/NeverStopGaming/EV1-Mod/commit/a2fe48e)
54+
55+
### Other
56+
- Merge pull request #2 from NeverStopGaming/dev [`f44bc7a`](https://github.com/NeverStopGaming/EV1-Mod/commit/f44bc7a)
57+
58+
## v0.0.3 (2025-12-05)
59+
60+
### Feature
61+
- update logo, lock quests [`6152191`](https://github.com/NeverStopGaming/EV1-Mod/commit/6152191)
62+
63+
### Other
64+
- use mc version from gradle.properties [`c4d5f4f`](https://github.com/NeverStopGaming/EV1-Mod/commit/c4d5f4f)
65+
66+
## v0.0.2 (2025-12-05)
67+
68+
### Feature
69+
- change protocol [`28cb150`](https://github.com/NeverStopGaming/EV1-Mod/commit/28cb150)
70+
- add QuestScreen [`72c7fdc`](https://github.com/NeverStopGaming/EV1-Mod/commit/72c7fdc)
71+
- init, basics of the quest book, com between server <-> client [`54a34f1`](https://github.com/NeverStopGaming/EV1-Mod/commit/54a34f1)
72+
73+
### Other
74+
- Update build.yml [`5436375`](https://github.com/NeverStopGaming/EV1-Mod/commit/5436375)
75+
- rewrite workflow [`4152579`](https://github.com/NeverStopGaming/EV1-Mod/commit/4152579)
76+
- Update build.yml [`7e31d18`](https://github.com/NeverStopGaming/EV1-Mod/commit/7e31d18)
77+
- fix actions find files [`8b92364`](https://github.com/NeverStopGaming/EV1-Mod/commit/8b92364)
78+
- fix push Release [`4afd4a4`](https://github.com/NeverStopGaming/EV1-Mod/commit/4afd4a4)
79+
- Merge pull request #1 from NeverStopGaming/change-build-workflow [`ebe5668`](https://github.com/NeverStopGaming/EV1-Mod/commit/ebe5668)
80+
- add github workflow for modrinth push [`01dc9c0`](https://github.com/NeverStopGaming/EV1-Mod/commit/01dc9c0)
81+

0 commit comments

Comments
 (0)