File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 - name : Debug Dist Directory
4949 run : ls -al dist
5050
51- - name : Cache build
52- uses : actions/cache@v3
53- with :
54- path : ./dist
55- key : ${{ runner.os }}-build-${{ github.sha }}
56-
5751 release :
5852 name : Release
5953 runs-on : ubuntu-latest
7569 fetch-depth : 0
7670 persist-credentials : false
7771
78- - name : Restore build artifacts
79- uses : actions/cache@v3
80- with :
81- path : ./dist
82- key : ${{ runner.os }}-build-${{ github.sha }}
83-
8472 - name : Semantic Release
8573 uses : cycjimmy/semantic-release-action@v4.1.0
8674 with :
Original file line number Diff line number Diff line change 2828 [
2929 " semantic-release-pypi" ,
3030 {
31- "distDir" : " dist/ "
31+ "distDir" : " dist"
3232 }
3333 ],
3434 [
Original file line number Diff line number Diff line change 1+ ## 1.0.0 (2025-11-12)
2+
3+
4+ ### Features
5+
6+ * add chinese readme ([ 7f9eeca] ( https://github.com/ScrapeGraphAI/toonify/commit/7f9eeca7d8b64aef7ae6bf797d1a2cfd32eb9635 ) )
7+ * add CI/CD ([ 9d444fd] ( https://github.com/ScrapeGraphAI/toonify/commit/9d444fd9738435bf9fed907a0d97b50562ab7218 ) )
8+ * add korean readme ([ 5c223e0] ( https://github.com/ScrapeGraphAI/toonify/commit/5c223e06a36eb1ed7edac4c9b8af3ecaafeffd3d ) )
9+ * add toonify logo ([ f3ccd1c] ( https://github.com/ScrapeGraphAI/toonify/commit/f3ccd1c2b0a37941af41dbb508fe1763f7471c10 ) )
10+ * first git ([ 303fabd] ( https://github.com/ScrapeGraphAI/toonify/commit/303fabdca416d06518f28b1007fd99479d3d6046 ) )
11+
12+
13+ ### Bug Fixes
14+
15+ * create release file ([ 71acc0b] ( https://github.com/ScrapeGraphAI/toonify/commit/71acc0b8fcf46f4b947ee5a4240dc27bd7cf4a93 ) )
You can’t perform that action at this time.
0 commit comments