Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: git-cliff 往仓库里加了些奇怪的东西 #556

Closed
YDX-2147483647 opened this issue Oct 7, 2024 · 0 comments · Fixed by #557
Closed

CI: git-cliff 往仓库里加了些奇怪的东西 #556

YDX-2147483647 opened this issue Oct 7, 2024 · 0 comments · Fixed by #557
Assignees
Labels
🐛 bug Something isn't working

Comments

@YDX-2147483647
Copy link
Collaborator

YDX-2147483647 commented Oct 7, 2024

#555 除了正常更新日志,还加了git-cliff-2.6.1-x86_64-unknown-linux-gnu.tar.gzbin/git-cliff
https://github.com/BITNP/BIThesis/actions/runs/11215490171/job/31172780178

- name: Update CHANGELOG
uses: orhun/git-cliff-action@v4
with:
config: cliff.toml
args: --verbose
env:
OUTPUT: CHANGELOG.md
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create a PR
# Changes must be made through the merge queue, therefore a PR is necessary.
id: pr
uses: peter-evans/create-pull-request@v7
with:
commit-message: Update CHANGELOG for ${{ github.event.release.tag_name }}
title: Update CHANGELOG for ${{ github.event.release.tag_name }}

这是因为 https://github.com/orhun/git-cliff-action/releases/tag/v4.0.1 在九月初 orhun/git-cliff-action#30 改了安装位置,git add .时全给加进去了。

@YDX-2147483647 YDX-2147483647 added the 🐛 bug Something isn't working label Oct 7, 2024
@YDX-2147483647 YDX-2147483647 self-assigned this Oct 7, 2024
YDX-2147483647 added a commit to YDX-2147483647/BIThesis that referenced this issue Oct 7, 2024
YDX-2147483647 added a commit that referenced this issue Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant