Skip to content

Commit 8ba72a9

Browse files
committed
prepare for initial release
1 parent 78b5b5f commit 8ba72a9

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/release.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@ jobs:
4343
uses: BlueWitherer/mod-discord-webhooks/geode@main
4444
with:
4545
webhook-url: ${{ steps.check-discord.outputs.webhook-url }}
46-
content: "-# @everyone"
46+
content: "> -# @everyone"
4747
changelog: ${{ steps.publish-release.outputs.changelog }}
4848

49-
publish:
50-
name: Publish to Geode
51-
runs-on: ubuntu-latest
52-
needs: ["release"]
49+
# publish:
50+
# name: Publish to Geode
51+
# runs-on: ubuntu-latest
52+
# needs: ["release"]
5353

54-
steps:
55-
- uses: actions/checkout@v6
54+
# steps:
55+
# - uses: actions/checkout@v6
5656

57-
- name: Publish to Geode
58-
uses: hiimjasmine00/release-geode-mod/publish@main
59-
with:
60-
token: ${{ secrets.GITHUB_TOKEN }}
57+
# - name: Publish to Geode
58+
# uses: hiimjasmine00/release-geode-mod/publish@main
59+
# with:
60+
# token: ${{ secrets.GITHUB_TOKEN }}

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ You're free to fork our repository and [open a pull request](../../pulls/) if yo
77
Before opening or marking your pull request as ready for review, please be sure to test your build and make sure it is stable and not conflicting with the upstream repository. Try not to diverge from our current code styling and practices in your fork.
88

99
### Guidelines
10-
This section mainly covers contributions for new options to Horrible Menu. For other pull requests, we simply ask that you justify your changes in detail when opening your request.
10+
This section mainly covers contributions for new features to Horrible Menu. For other pull requests, we simply ask that you justify your changes in detail when opening your request.
1111

1212
Every whole word in an option ID must be separated specifically by underscores (`_`), to keep things consistent!
1313
```txt
@@ -50,7 +50,7 @@ using namespace horrible::prelude;
5050
```
5151

5252
#### AI Usage
53-
View our stance on AI and how to use it for this project **[here](AGENTS.md)**.
53+
View our stance on the use of AI in Cubic's work and how to use it for this project **[here](AGENTS.md)**.
5454

5555
## Reporting Issues
5656
If you found a bug or want to make a suggestion, you're welcome to [open an issue](../../issues/) describing your case. Please be sure to provide as many details as possible. If you're having issues with crashing, please always provide a crashlog.

0 commit comments

Comments
 (0)