Compare commits
2 Commits
7cc1ae22bb
...
d043e4fc99
| Author | SHA1 | Date | |
|---|---|---|---|
| d043e4fc99 | |||
| 78e6666201 |
@@ -1,3 +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/^./ &/'
|
||||
|
||||
12
HISTORY.md
12
HISTORY.md
@@ -4,6 +4,18 @@ Changelog
|
||||
|
||||
(unreleased)
|
||||
------------
|
||||
|
||||
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