Skip to content

Commit

Permalink
feat: build rover-fed as separate binary (#887)
Browse files Browse the repository at this point in the history
* feat: adds rover-fed and supergraph-config

* chore: add fed-types

* chore: fixup tests

* chore: pin to branch

* chore: pin to branch

* feat: adds rover-fed to release process

* fix: fixup tests

* fixup lockfile
  • Loading branch information
EverlastingBugstopper authored Oct 25, 2021
1 parent 27ade48 commit acb560a
Show file tree
Hide file tree
Showing 40 changed files with 917 additions and 386 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,11 +397,11 @@ commands:
default: ""
steps:
- when:
condition:
condition:
<<: *tag_matches_prerelease
steps:
- run:
name: Create draft GitHub prerelease
- run:
name: Create GitHub prerelease
command: |
gh release create << parameters.release_tag >> \
--prerelease \
Expand All @@ -419,8 +419,8 @@ commands:
condition:
<<: *tag_matches_prerelease
steps:
- run:
name: Create draft GitHub release
- run:
name: Create GitHub release
command: |
gh release create << parameters.release_tag >> \
--title << parameters.release_tag >> \
Expand Down
145 changes: 103 additions & 42 deletions Cargo.lock

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

Loading

0 comments on commit acb560a

Please sign in to comment.