Skip to content

Commit f63496a

Browse files
mkbreuningIOHKgoncalo-frade-iohk
authored andcommitted
fix: documentation generation failure and renaming update
Signed-off-by: mkbreuningIOHK <[email protected]>
1 parent 031d5b6 commit f63496a

File tree

6 files changed

+13
-12
lines changed

6 files changed

+13
-12
lines changed

.github/CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@goncalo-frade-iohk @yshyn-iohk @elribonazo
1+
* @goncalo-frade-iohk @elribonazo
22

33
# Test related:
44
/Sample/ @amagyar-iohk @todorkoleviohk @goncalo-frade-iohk

.github/ISSUE_TEMPLATE/1-bug-report.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Bug Report
2-
description: Report a bug in the Atala PRISM Swift SDK
2+
description: Report a bug in the Edge Agent SDK Swift
33

44
body:
55
- type: dropdown

.github/ISSUE_TEMPLATE/2-feature-request.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'Feature Request'
2-
description: Suggest a new feature for Atala PRISM Swift SDK
2+
description: Suggest a new feature for Edge Agent SDK Swift
33

44
body:
55
- type: textarea

.github/PULL_REQUEST_TEMPLATE.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Link to any discussion, related issues and bug reports to give the context to he
66
Link to existing ADR (Architecture Decision Record), if any. If relevant, describe other approaches explored and the selected approach. Documenting why the methods were not selected will create a knowledge base for future reference, helping prevent others from revisiting less optimal ideas.
77

88
### Checklist:
9-
- [] My PR follows the [contribution guidelines](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/blob/main/CONTRIBUTING.md) of this project
10-
- [] My PR is free of third-party dependencies that don't comply with the [Allowlist](https://toc.hyperledger.org/governing-documents/allowed-third-party-license-policy.html#approved-licenses-for-allowlist)
11-
- [] I have commented my code, particularly in hard-to-understand areas
12-
- [] I have made corresponding changes to the documentation
13-
- [] I have added tests that prove my fix is effective or that my feature works
14-
- [] I have checked the PR title to follow the [conventional commit specification](https://www.conventionalcommits.org/en/v1.0.0/)
9+
- [ ] My PR follows the [contribution guidelines](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift/blob/main/CONTRIBUTING.md) of this project
10+
- [ ] My PR is free of third-party dependencies that don't comply with the [Allowlist](https://toc.hyperledger.org/governing-documents/allowed-third-party-license-policy.html#approved-licenses-for-allowlist)
11+
- [ ] I have commented my code, particularly in hard-to-understand areas
12+
- [ ] I have made corresponding changes to the documentation
13+
- [ ] I have added tests that prove my fix is effective or that my feature works
14+
- [ ] I have checked the PR title to follow the [conventional commit specification](https://www.conventionalcommits.org/en/v1.0.0/)

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ The complete platform is separated into multiple repositories:
1515

1616
* [edge-agent-sdk-swift](https://github.com/input-output-hk/atala-prism-wallet-sdk-swift) - Repo that implements Edge Agent for Apple platforms in Swift.
1717
* [edge-agent-wallet-sdk-ts](https://github.com/input-output-hk/atala-prism-wallet-sdk-ts) - Repo that implements Edge Agent for Browser and NodeJS platforms in Typescript.
18-
* [edge-agent-building-blocks](https://github.com/hyperledger-labs/open-enterprise-agent) - Repo that contains the platform Building Blocks.
18+
* [edge-agent-wallet-sdk-kmp](https://github.com/input-output-hk/atala-prism-wallet-sdk-kmm) - Repo that implements Edge Agent for Android and JVM platforms in Kotlin Multi-Platform.
19+
* [identus-cloud-agent](https://github.com/hyperledger/identus-cloud-agent) - Repo that contains the platform Building Blocks.
1920
* [mediator](https://github.com/input-output-hk/atala-prism-mediator) - Repo for DIDComm V2 Mediator
2021

2122
### Modules / APIs

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"package.json",
5353
"package-lock.json"
5454
],
55-
"message": "chore(release): cut wallet sdk swift ${nextRelease.version} release\n\n${nextRelease.notes}"
55+
"message": "chore(release): cut edge agent sdk swift ${nextRelease.version} release\n\n${nextRelease.notes}"
5656
}
5757
],
5858
[
@@ -62,7 +62,7 @@
6262
"notifyOnFail": true,
6363
"markdownReleaseNotes": true,
6464
"onSuccessTemplate": {
65-
"text": "A new version of Swift Wallet SDK successfully released!\nVersion: `$npm_package_version`\nTag: $repo_url/releases/tag/$npm_package_version\n\nRelease notes:\n$release_notes"
65+
"text": "A new version of Edge Agent SDK Swift successfully released!\nVersion: `$npm_package_version`\nTag: $repo_url/releases/tag/$npm_package_version\n\nRelease notes:\n$release_notes"
6666
}
6767
}
6868
]

0 commit comments

Comments
 (0)