-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update urls and add all-contributors-auto-action
- Loading branch information
Showing
4 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: 'Release Drafter' | ||
name: 'Release Drafter & Contributors' | ||
|
||
on: | ||
push: | ||
|
@@ -13,3 +13,9 @@ jobs: | |
- uses: release-drafter/release-drafter@v6 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
contributors: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: JoshuaKGoldberg/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,9 @@ LABEL org.opencontainers.image.authors="[email protected]" \ | |
org.opencontainers.image.description="Tailormap API service provides OpenAPI REST interface for Tailormap" \ | ||
org.opencontainers.image.vendor="B3Partners BV" \ | ||
org.opencontainers.image.title="Tailormap API" \ | ||
org.opencontainers.image.url="https://github.com/B3Partners/tailormap-api/" \ | ||
org.opencontainers.image.source="https://github.com/B3Partners/tailormap-api/" \ | ||
org.opencontainers.image.documentation="https://github.com/B3Partners/tailormap-api/" \ | ||
org.opencontainers.image.url="https://github.com/Tailormap/tailormap-api/" \ | ||
org.opencontainers.image.source="https://github.com/Tailormap/tailormap-api/" \ | ||
org.opencontainers.image.documentation="https://github.com/Tailormap/tailormap-api/" \ | ||
org.opencontainers.image.licenses="MIT" \ | ||
org.opencontainers.image.version=$TAILORMAP_API_VERSION \ | ||
org.opencontainers.image.build-date=$BUILD_DATE \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters