Skip to content

Commit b905f8b

Browse files
Merge pull request #66 from fibonacci1729/bump-version
Bump version for patch release (+ additional cleanup)
2 parents 1e30cac + 30586b6 commit b905f8b

File tree

11 files changed

+757
-273
lines changed

11 files changed

+757
-273
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
run: ls -R
106106
- name: pluginify it
107107
run: |
108-
spin pluginify --merge --release-url-base https://github.com/fermyon/spin-trigger-sqs/releases/download/${{ env.RELEASE_VERSION }}/ >${{ env.PROGRAM_NAME }}.json
108+
spin pluginify --merge --release-url-base https://github.com/spinframework/spin-trigger-sqs/releases/download/${{ env.RELEASE_VERSION }}/ >${{ env.PROGRAM_NAME }}.json
109109
- name: Display merged manifest
110110
run: cat ${{ env.PROGRAM_NAME }}.json
111111

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Code of Conduct
22

3-
This project subscribes to the Fermyon [Code of Conduct](https://www.fermyon.com/code-of-conduct).
3+
This project subscribes to the Spin [Code of Conduct](https://github.com/spinframework/spin/blob/main/CODE_OF_CONDUCT.md).

CONTRIBUTING.md

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

3-
<https://developer.fermyon.com/spin/contributing>
3+
<https://spinframework.dev/v3/contributing-spin>

0 commit comments

Comments
 (0)