File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v5
1818 - uses : actions/setup-python@v6
1919 with :
20- python-version : " 3.13 "
20+ python-version : " 3.14 "
2121
2222 - name : Install python tools and project deps
2323 run : |
Original file line number Diff line number Diff line change 6767 @git log -n $(CHLOG_LENGTH) --grep="^feat" --pretty=format:"%h" | tee -a .chlog-seen | \
6868 xargs -I{} git log -1 --pretty=format:"- {} %d %s (%ad)" --date=relative {} >> CHANGELOG.md
6969
70- @printf "# ## 🐛 Fixes\n\n" >> CHANGELOG.md
70+ @printf "\n\n # ## 🐛 Fixes\n\n" >> CHANGELOG.md
7171 @git log -n $(CHLOG_LENGTH) --grep="^fix" --pretty=format:"%h" | tee -a .chlog-seen | \
7272 xargs -I{} git log -1 --pretty=format:"- {} %d %s (%ad)" --date=relative {} >> CHANGELOG.md
7373
You can’t perform that action at this time.
0 commit comments