Skip to content

Commit 66f334e

Browse files
authored
fix: disabling typescript projects for now (#66)
Co-authored-by: Dimy Jeannot <>
1 parent 9611449 commit 66f334e

File tree

4 files changed

+11
-14
lines changed

4 files changed

+11
-14
lines changed

.prettierignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
/coverage
44
/.nx/cache
55
/.nx/workspace-data
6-
/go/oeco-sdk/v2beta/bindings/pushpin/bi
6+
/go/oeco-sdk/v2beta/bindings/pushpin/bin
7+
/apps/web/public/docs/v2alpha/.obsidian
8+
/apps/web/public/docs
9+
/.config/spellcheck/spellcheck.yaml

go/oeco-sdk/v2beta/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
### 🚀 Features
44

5-
- OECO cleanup 30 ([#62](https://github.com/openecosystems/ecosystem/pull/62))
6-
- Oeco cleanup 29 ([#61](https://github.com/openecosystems/ecosystem/pull/61))
5+
- OECO cleanup 30 ([#62](https://github.com/openecosystems/ecosystem/pull/62))
6+
- Oeco cleanup 29 ([#61](https://github.com/openecosystems/ecosystem/pull/61))
77

88
### 🩹 Fixes
99

10-
- stability and formatting ([#63](https://github.com/openecosystems/ecosystem/pull/63))
10+
- stability and formatting ([#63](https://github.com/openecosystems/ecosystem/pull/63))
1111

1212
### ❤️ Thank You
1313

14-
- Dimy Jeannot @dimyjeannot
14+
- Dimy Jeannot @dimyjeannot
1515

1616
## 0.15.0 (2025-07-26)
1717

go/oeco-sdk/v2beta/error.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,3 @@ func (se SpecError) ToStatus() *status.Status {
265265
func (se SpecError) ToConnectError() *connect.Error {
266266
return &se.ConnectErr
267267
}
268-
269-
//func (se SpecError) Unwrap() error {
270-
// // Allow matching embedded SpecApiError in case there is one.
271-
// if se.ConnectErr == nil {
272-
// return nil
273-
// }
274-
// return se.ConnectErr
275-
//}

governance/RELEASE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Prerequisites
22

3-
- Merge all changes to main (releases will only release from main)
3+
- Merge all changes to main (releases will only release from main)
44
- Ensure Git is not in a "dirty" state
55
- Ensure all of the protos have been published if changed
66
- cd proto
77
- buf registry login buf.build
88
- buf push
9+
- Make sure npx nx format:write --all passes
10+
- Make sure everything builds nx run-many -t build --skip-nx-cache
911

1012
# Initial Release
1113

0 commit comments

Comments
 (0)