Compare commits
5 Commits
0.1.0
...
a5133b1ba0
| Author | SHA1 | Date | |
|---|---|---|---|
| a5133b1ba0 | |||
| a4d11f9212 | |||
| d043e4fc99 | |||
| 78e6666201 | |||
| 7cc1ae22bb |
15
.gitea/PULL_REQUEST_TEMPLATE.md
Normal file
15
.gitea/PULL_REQUEST_TEMPLATE.md
Normal file
@@ -0,0 +1,15 @@
|
||||
### Summary :memo:
|
||||
_Write an overview about it._
|
||||
|
||||
### Details
|
||||
_Describe more what you did on changes._
|
||||
1. (...)
|
||||
2. (...)
|
||||
|
||||
### Bugfixes :bug: (delete if dind't have any)
|
||||
-
|
||||
|
||||
### Checks
|
||||
- [ ] Closed #798
|
||||
- [ ] Tested Changes
|
||||
- [ ] Stakeholder Approval
|
||||
@@ -87,8 +87,8 @@ start() {
|
||||
|
||||
gitchangelog | grep -v "[rR]elease:" > HISTORY.md
|
||||
git add HISTORY.md
|
||||
echo $new_version > song_of_the_day/VERSION
|
||||
git add song_of_the_day/VERSION
|
||||
echo $new_version > CustomOdoo/VERSION
|
||||
git add CustomOdoo/VERSION
|
||||
git commit -m "release: version $new_version 🚀"
|
||||
echo "creating git tag : $new_version"
|
||||
git tag $new_version
|
||||
|
||||
4
.gitea/release_message.sh
Executable file
4
.gitea/release_message.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
# generates changelog since last release
|
||||
previous_tag=$(git tag --sort=-creatordate | sed -n 2p)
|
||||
git shortlog "${previous_tag}.." | sed 's/^./ &/'
|
||||
20
HISTORY.md
20
HISTORY.md
@@ -4,6 +4,26 @@ Changelog
|
||||
|
||||
(unreleased)
|
||||
------------
|
||||
|
||||
Fix
|
||||
~~~
|
||||
- CI issues, refs NOISSUE. [Simon Diesenreiter]
|
||||
|
||||
|
||||
0.1.1 (2025-05-24)
|
||||
------------------
|
||||
|
||||
Fix
|
||||
~~~
|
||||
- Create new build, refs NOISSUE. [Simon Diesenreiter]
|
||||
|
||||
Other
|
||||
~~~~~
|
||||
- Ci: add missing CI files, refs NOISSUE. [Simon Diesenreiter]
|
||||
|
||||
|
||||
0.1.0 (2025-05-24)
|
||||
------------------
|
||||
- Feat: initial commit and update partner logic, refs NOISSUE. [Simon
|
||||
Diesenreiter]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user