Skip to content

Release 12.0.1 (into master) #942

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Jul 28, 2023
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
da39aa3
Fix wrong apostrophe
Jul 6, 2023
7310f9d
Add release note
Jul 6, 2023
4ba6a8a
Rewrite release note
Jamie-SA Jul 13, 2023
40b0e87
Add missing owl:Thing assertions
dylan-sa Jul 13, 2023
bc575b3
Newline prior to table to facilitate HTML generation
bpelakh Jul 18, 2023
1ec940d
Merge pull request #928 from semanticarts/issue-923
sa-bpelakh Jul 19, 2023
21b3fe9
Merge pull request #920 from semanticarts/typo-fix-919-namespace-doc
Jamie-SA Jul 21, 2023
794a1cb
Merge pull request #927 from semanticarts/DA/issue-775-add-owl-thing-…
Jamie-SA Jul 21, 2023
48993e4
Don’t include gistValidationAnnotations ontology in the release package
rjyounes Jul 25, 2023
1818c46
Add version number to rdfsAnnotation files
rjyounes Jul 25, 2023
67960e8
Add release note; fix existing release note; add prefix “gist” to rdf…
rjyounes Jul 25, 2023
f833735
Readme updates
rjyounes Jul 25, 2023
4c4d164
Merge pull request #931 from semanticarts/release/issue-917-readme-up…
dylan-sa Jul 25, 2023
3a61f22
Update docs/release_notes/issue-922-bundler
rjyounes Jul 26, 2023
4402a8a
Revert change to rdfs annotations filenames, since could have major i…
rjyounes Jul 26, 2023
666b483
Merge pull request #930 from semanticarts/release/issue-922-bundler-f…
dylan-sa Jul 26, 2023
f1b85d7
Update release notes and subclass assertions
dylan-sa Jul 26, 2023
9f29b59
Delete issue-917-readme-updates
dylan-sa Jul 26, 2023
fdb43ef
Delete patch-919-wrong-apostrophe
dylan-sa Jul 26, 2023
f0c0d7c
Delete issue-922-bundler
dylan-sa Jul 26, 2023
b9443b0
Apply suggestions from code review
dylan-sa Jul 27, 2023
58f4442
Update ReleaseNotes.md
dylan-sa Jul 27, 2023
07cd526
Wording tweak in release notes
rjyounes Jul 28, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Don’t include gistValidationAnnotations ontology in the release package
  • Loading branch information
rjyounes committed Jul 25, 2023
commit 48993e45dc864a107425c45345e98f13b8c4e21c
5 changes: 4 additions & 1 deletion bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,10 @@ actions:
from: "(.*)\\.ttl"
to: "\\g<1>{version}.ttl"
includes:
- "*.ttl"
- gistCore.ttl
- gistMediaTypes.ttl
- gistPrefixDeclarations.ttl
- gistSubClassAssertions.ttl
- action: "definedBy"
message: "Adding rdfs:isDefinedBy."
source: "{output}"
Expand Down