GitClassic
Feed
Explore
Random
Go Pro
Sign in
yehao09
/
skills-release-based-workflow
Code
/
Commits
/ 5fc94d0
Initial commit
Hao Ye
committed on Jun 20, 2025, 04:07 PM
Showing
34
changed files
+3300 additions
-0 deletions
A
.github/changes/engine.js
+497
A
.github/changes/game-fixed.js
+355
A
.github/changes/game-with-bug.js
+355
A
.github/dependabot.yml
+6
A
.github/pull_request_template.md
+3
A
.github/script/create-hotfix-pr.sh
+35
A
.github/script/initialize-repository.sh
+35
A
.github/steps/-step.txt
+1
A
.github/steps/0-welcome.md
+1
A
.github/steps/1-create-beta-release.md
+58
A
.github/steps/2-feature-added-to-release.md
+55
A
.github/steps/3-release-pr-opened.md
+36
A
.github/steps/4-release-notes-and-merge.md
+35
A
.github/steps/5-finalize-release.md
+41
A
.github/steps/6-commit-hotfix.md
+51
A
.github/steps/7-create-hotfix-release.md
+29
A
.github/steps/X-finish.md
+27
A
.github/workflows/0-welcome.yml
+68
A
.github/workflows/1-create-beta-release.yml
+62
A
.github/workflows/2-feature-added-to-release.yml
+62
A
.github/workflows/3-release-pr-opened.yml
+62
A
.github/workflows/4-release-notes-and-merge.yml
+67
A
.github/workflows/5-finalize-release.yml
+69
A
.github/workflows/6-commit-hotfix.yml
+67
A
.github/workflows/7-create-hotfix-release.yml
+62
A
.gitignore
+37
A
LICENSE
+7
A
README.md
+81
A
base.css
+141
A
engine.js
+497
A
game.js
+355
A
game.manifest
+14
A
images/sprites.png
A
index.html
+29
Browse files at this commit โ