Skip to content

Commit

Permalink
build(release): Sync protobuf changes and fixes for testnet release (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb authored Jan 23, 2023
2 parents a14d6ce + 014f745 commit 9eb0fe5
Show file tree
Hide file tree
Showing 123 changed files with 4,891 additions and 4,246 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
##########################

extends: spectral:oas

rules:
oas2-schema: warn
oas2-schema: warn
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
working-directory: ./..
run: go install github.com/onsi/ginkgo/v2/ginkgo@latest

- name: Run Gingko integration tests
- name: Run Ginkgo integration tests
working-directory: ./tests/integration
run: |
ginkgo -r --tags integration --race --randomize-suites --keep-going --trace --junit-report ../../report-integration.xml
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dist/
**/network-config

# Ignored files
api/docs/config.yaml


# Allowed files
!api/docs/swagger-ui/**/swagger-initializer.js
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ release:
name: cheqd-node

draft: false
prerelease: true
prerelease: "true"
mode: append
header: |
# Release Notes for {{.ProjectName}} v{{.Version}}
116 changes: 59 additions & 57 deletions api/cheqd/did/v2/diddoc.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9eb0fe5

Please sign in to comment.