Skip to content

Commit f11be96

Browse files
authored
Merge pull request #56 from apple1417/master
update release codenames
2 parents 5e88d35 + a2f2ce0 commit f11be96

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,13 @@ jobs:
9999
with:
100100
submodules: recursive
101101

102+
- name: Login to GitHub Container Registry
103+
uses: docker/login-action@v2
104+
with:
105+
registry: ghcr.io
106+
username: ${{ github.repository_owner }}
107+
password: ${{ secrets.GITHUB_TOKEN }}
108+
102109
- name: Build
103110
uses: devcontainers/[email protected]
104111
with:

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v3.6 (Upcoming)
3+
## v3.6: Easy Mode
44
Fixed that `save_options.sdkmod` wasn't actually being included in the release zip. Whoops.
55

66
### Legacy Compat v1.5

pick_release_name.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@
377377
"Naught",
378378
"Luck Cannon",
379379
"Slagga",
380+
"Easy Mode",
380381
]
381382

382383

0 commit comments

Comments
 (0)