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

feat(changelog): Implement changelog generate tool #76

Merged
merged 2 commits into from
Oct 22, 2024
Merged

Conversation

mo3et
Copy link
Member

@mo3et mo3et commented Oct 22, 2024

No description provided.

@OpenIM-Robot
Copy link
Collaborator

⚠️ Non-English comments were found in the following locations:

./config/conf.yml:1	# 中文测试
./.github/workflows/reopen-issue.yml:31	              .filter(issue => !issue.pull_request) // 排除PR
./.github/workflows/unused/update-release-file.ymlbak:6	      - 'v*.*.*'  # 只有符合 v*.*.* 格式的 tag 才会触发
./.github/workflows/unused/update-release-file.ymlbak:12	      TAG_VERSION: ${{ github.ref_name }}  # 获取当前 tag 版本号
./.github/workflows/unused/update-release-file.ymlbak:19	          fetch-depth: 0  # 获取所有历史记录,确保我们可以推送
./.github/workflows/unused/update-release-file.ymlbak:24	          echo "${{ env.TAG_VERSION }}" > version/version  # 将 tag 写入 version 文件
./.github/workflows/unused/update-release-file.ymlbak:29	          zip -r source-code-${{ env.TAG_VERSION }}.zip .  # 打包修改后的代码
./.github/workflows/unused/update-release-file.ymlbak:35	          upload_url: ${{ github.event.release.upload_url }}  # 获取当前 Release 的上传 URL
./.github/workflows/unused/update-release-file.ymlbak:36	          asset_path: ./source-code-${{ env.TAG_VERSION }}.zip  # 上传我们刚刚创建的 zip 文件
./.github/workflows/unused/del-bot-gen-branch.yml:11	#       if: ${{ github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'update-version-') && github.event.pull_request.user.login == 'github-actions[bot]' }}  # 条件:PR已合并、分支以 'update-version-' 开头、PR发起者是 github-actions[bot]
./.github/workflows/unused/del-bot-gen-branch.yml:32	#             BRANCH_TO_DELETE: ${{ github.event.pull_request.head.ref }}  # 使用env变量存储待删除的分支名称
./.github/workflows/comment-check.yml:160	## true test 爱来自瓷器
./.github/workflows/comment-check.yml:161	  ### 这就是中文的含金量
./.github/workflows/comment-check.yml:163	# 现在测试的只有diff , no include entire repo
./.github/workflows/comment-check.yml:166	# 再加一点改动后的情况 bot 会是edited

@mo3et mo3et merged commit 25a2002 into main Oct 22, 2024
4 of 11 checks passed
@mo3et mo3et deleted the feat/changelog branch October 22, 2024 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants