Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tropy/tropy-plugin-iiif
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: tropy/tropy-plugin-iiif
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 11, 2023

  1. Update GitHub actions

    inukshuk committed Apr 11, 2023

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    inukshuk Sylvester Keil
    Copy the full SHA
    6855c97 View commit details

Commits on Jun 6, 2024

  1. Add mapping for 'Contributor'

    flachware committed Jun 6, 2024
    Copy the full SHA
    071c13c View commit details
Showing with 5 additions and 4 deletions.
  1. +2 −2 .github/workflows/ci.yml
  2. +2 −2 .github/workflows/release.yml
  3. +1 −0 src/labels.json
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -12,10 +12,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16

4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -15,9 +15,9 @@ jobs:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16

1 change: 1 addition & 0 deletions src/labels.json
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@
"Author": "http://purl.org/dc/elements/1.1/creator",
"Author(s)": "http://purl.org/dc/elements/1.1/creator",

"Contributor": "http://purl.org/dc/elements/1.1/contributor",
"Etcher": "http://purl.org/dc/elements/1.1/contributor",
"Other creators": "http://purl.org/dc/elements/1.1/contributor",
"People": "http://purl.org/dc/elements/1.1/contributor",