Skip to content

Commit 9bee4bd

Browse files
committed
chore(satp-hermes): version 0.0.3-beta release
Signed-off-by: Rafael Belchior <[email protected]>
1 parent caf164f commit 9bee4bd

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

.dcilintignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ packages/cactus-test-tooling/src/main/typescript/keycloak/keycloak-container.ts
1717
examples/cactus-example-carbon-accounting-backend/src/main/json/generated/build-info/**
1818
**/src/main/go/generated/openapi/go-client/client.go
1919

20+
# Generated OpenAPI client files (git_push.sh scripts)
21+
**/generated/**/typescript-axios/git_push.sh
22+
examples/cactus-example-cbdc-bridging-backend/src/main/typescript/generated/openapi/typescript-axios/git_push.sh
23+
packages/cactus-plugin-satp-hermes/src/main/typescript/generated/gateway-client/typescript-axios/git_push.sh
24+
packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi-blo/typescript-axios/git_push.sh
25+
26+
# Generated architecture diagrams
27+
packages/cactus-plugin-satp-hermes/docs/architecture/satp-hermes-arch-v2.1.0.vsdx
28+
2029
# Cannot be edited as its a name of a imported Corda library, and Corda syntax
2130
weaver/core/drivers/corda-driver/src/main/kotlin/CustomSerializationWhitelist.kt
2231
weaver/samples/corda/corda-simple-application/clients/src/main/kotlin/com/cordaSimpleApplication/client/CustomSerializationWhitelist.kt

packages/cactus-plugin-satp-hermes/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,5 +353,8 @@ We welcome contributions to Hyperledger Cacti in many forms, and there’s alway
353353

354354
Please review [CONTRIBUTING.md](https://github.com/hyperledger/cacti/blob/main/CONTRIBUTING.md "CONTRIBUTING.md") to get started.
355355

356+
## Release process
357+
TBD. For each release, a commit in the form: "chore(satp-hermes): version X release" will be made.
358+
356359
## License
357360
This distribution is published under the Apache License Version 2.0 found in the [LICENSE ](https://github.com/hyperledger/cactus/blob/main/LICENSE "LICENSE ")file.
Binary file not shown.

packages/cactus-plugin-satp-hermes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
"satp-architecture": "02",
283283
"satp-crash": "02"
284284
},
285-
"satp-package-version": "0.0.2-beta"
285+
"satp-package-version": "0.0.3-beta"
286286
},
287287
"watch": {
288288
"tsc": {

0 commit comments

Comments
 (0)