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: Update version to v0.0.19 #30

Merged
merged 1 commit into from
Oct 16, 2024
Merged

feat: Update version to v0.0.19 #30

merged 1 commit into from
Oct 16, 2024

Conversation

github-actions[bot]
Copy link
Contributor

This PR updates the version file to the new tag version v0.0.19.

@mo3et mo3et closed this Oct 16, 2024
@mo3et mo3et reopened this Oct 16, 2024
@mo3et mo3et changed the title Update version to v0.0.19 fix: Update version to v0.0.19 Oct 16, 2024
@OpenIM-Robot
Copy link
Collaborator

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

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

@mo3et mo3et changed the title fix: Update version to v0.0.19 feat: Update version to v0.0.19 Oct 16, 2024
@mo3et mo3et added this to the v3.8.2 milestone Oct 16, 2024
@mo3et mo3et merged commit c8c2c92 into main Oct 16, 2024
4 of 12 checks passed
github-actions bot added a commit that referenced this pull request Oct 17, 2024
@mo3et mo3et deleted the update-tag-version-v0.0.19 branch October 17, 2024 07:07
github-actions bot added a commit that referenced this pull request Oct 17, 2024
mo3et added a commit that referenced this pull request Oct 17, 2024
* Update version to v0.0.19 (#30)

Co-authored-by: mo3et <[email protected]>

* hello (#39)

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mo3et <[email protected]>
Co-authored-by: Monet Lee <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants