Skip to content

Commit 478d3d6

Browse files
committed
chore(workflows): remove automatic release creation and clean up documentation
- Removed the automatic release creation step from the build-jar workflow for main/master branches. - Deleted outdated custom interface documentation and associated images to streamline project resources.
1 parent 5d5732c commit 478d3d6

16 files changed

+4
-55
lines changed

.github/workflows/build-jar.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,3 @@ jobs:
4848
name: plugin-zip-${{ github.run_number }}
4949
path: build/distributions/*.zip
5050
retention-days: 90
51-
52-
- name: Create Release (for main/master branch)
53-
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
54-
uses: softprops/action-gh-release@v1
55-
with:
56-
tag_name: build-${{ github.run_number }}-${{ github.sha }}
57-
name: Auto Build ${{ github.run_number }}
58-
body: |
59-
自动构建 - 运行号: ${{ github.run_number }}
60-
提交: ${{ github.sha }}
61-
分支: ${{ github.ref_name }}
62-
构建时间: ${{ github.event.head_commit.timestamp }}
63-
files: |
64-
build/distributions/*.zip
65-
build/libs/*.jar
66-
draft: false
67-
prerelease: true
68-
env:
69-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

doc/jpg/8FZojT74Xo.gif

-48.3 KB
Binary file not shown.

doc/jpg/alipay.jpg

-116 KB
Binary file not shown.

doc/jpg/birqX3c23s.gif

-58.3 KB
Binary file not shown.

doc/jpg/closeJavadocFormat.png

-200 KB
Binary file not shown.

doc/jpg/code-font.png

-271 KB
Binary file not shown.

doc/jpg/common-config.png

-71.9 KB
Binary file not shown.

doc/jpg/custom-config.png

-121 KB
Binary file not shown.

doc/jpg/easy-javadoc.psd

-212 KB
Binary file not shown.

doc/jpg/k03vffH6Hg.gif

-342 KB
Binary file not shown.

0 commit comments

Comments
 (0)