Skip to content

Commit 4341fa8

Browse files
authored
Merge branch 'main' of https://github.com/RyanLua/Satchel
2 parents 33985a7 + d53415f commit 4341fa8

9 files changed

+20
-138
lines changed

.github/CODE_OF_CONDUCT.md

-128
This file was deleted.

.github/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Thank you for investing your time in contributing to our project!
44

5-
Please read our [Code of Conduct](CODE_OF_CONDUCT.md) to keep our community approachable and respectable.
5+
Please read our [Code of Conduct](https://github.com/RyanLua/Satchel?tab=coc-ov-file) to keep our community approachable and respectable.
66

77
When you contribute, you become a project contributor and both are shown on [our repository](https://github.com/RyanLua/Satchel), [contributors graph](https://github.com/RyanLua/Satchel/graphs/contributors), and [your contribution activity](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/viewing-contributions-on-your-profile#contribution-activity).
88

.github/FUNDING.yml

-2
This file was deleted.

.github/GOVERNANCE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ All contributors and users are expected to adhere to the following code of condu
1919
* Contribute positively and constructively to discussions and development.
2020
* Maintain confidentiality of any sensitive information related to the module.
2121

22-
The owner reserves the right to remove any contributor or user who violates the code of conduct. Learn more at [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)
22+
The owner reserves the right to remove any contributor or user who violates the code of conduct. Learn more at [CODE_OF_CONDUCT.md](https://github.com/RyanLua/Satchel?tab=coc-ov-file)
2323

2424
## Decision Making
2525

.github/ISSUE_TEMPLATE/bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ body:
9393
label: Code of Conduct
9494
description: This project has a Code of Conduct that all participants are expected to understand and follow.
9595
options:
96-
- label: I have read and agree to the project's [Code of Conduct](../blob/main/CODE_OF_CONDUCT.md)
96+
- label: I have read and agree to the project's [Code of Conduct](https://github.com/RyanLua/Satchel?tab=coc-ov-file)
9797
required: true

.github/ISSUE_TEMPLATE/documentation_issue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ body:
1616
label: Code of Conduct
1717
description: This project has a Code of Conduct that all participants are expected to understand and follow.
1818
options:
19-
- label: I have read and agree to the project's [Code of Conduct](../blob/main/CODE_OF_CONDUCT.md)
19+
- label: I have read and agree to the project's [Code of Conduct](https://github.com/RyanLua/Satchel?tab=coc-ov-file)
2020
required: true

.github/ISSUE_TEMPLATE/feature_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ body:
3636
label: Code of Conduct
3737
description: This project has a Code of Conduct that all participants are expected to understand and follow.
3838
options:
39-
- label: I have read and agree to the project's [Code of Conduct](../blob/main/CODE_OF_CONDUCT.md)
39+
- label: I have read and agree to the project's [Code of Conduct](https://github.com/RyanLua/Satchel?tab=coc-ov-file)
4040
required: true

.github/pull_request_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ Simply put an "x" between the brackets like here to check it -->
3434

3535
## Code of Conduct
3636

37-
By submitting this issue, I agree to follow the [Code of Conduct](CODE_OF_CONDUCT.md).
37+
By submitting this issue, I agree to follow the [Code of Conduct](https://github.com/RyanLua/Satchel?tab=coc-ov-file).

.github/workflows/release.yml

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: Create Release
22

33
on:
44
workflow_dispatch:
@@ -67,6 +67,18 @@ jobs:
6767
- name: Checkout
6868
uses: actions/checkout@v4
6969

70+
- name: Setup Aftman
71+
uses: ok-nick/[email protected]
72+
with:
73+
token: ${{ secrets.GITHUB_TOKEN }}
74+
75+
- name: Setup Wally
76+
env:
77+
WALLY_AUTH_TOKEN: ${{ secrets.WALLY_AUTH_TOKEN }}
78+
run: |
79+
wally login --token "$WALLY_AUTH_TOKEN"
80+
wally install
81+
7082
- name: Download build files
7183
uses: actions/download-artifact@v4
7284
with:
@@ -85,4 +97,4 @@ jobs:
8597
make_latest: ${{ inputs.make_latest }}
8698

8799
- name: Publish to Wally
88-
run: wally publish
100+
run: wally publish

0 commit comments

Comments
 (0)