Skip to content

Commit

Permalink
feat!: Bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
cdata committed Dec 18, 2022
1 parent 42f0437 commit 6d7b187
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
manifest-file: rust/.release-please-manifest.json
token: ${{ secrets.GITHUB_TOKEN }}
default-branch: main
component: 'rust'
command: manifest
release-type: rust
extra-files: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release_typescript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
manifest-file: typescript/.release-please-manifest.json
token: ${{ secrets.GITHUB_TOKEN }}
default-branch: main
component: 'typescript'
command: manifest
release-type: node
extra-files: |
Expand Down Expand Up @@ -86,7 +87,7 @@ jobs:
files: |
./typescript/packages/orb/${{ steps.generate-build-artifacts.outputs.archive-name }}
./typescript/packages/orb/${{ steps.generate-build-artifacts.outputs.archive-name }}.sha256
tag_name: ${{ needs.release-please..outputs.orb_release_tag_name }}
tag_name: ${{ needs.release-please.outputs.orb_release_tag_name }}

publish-npm-packages:
name: 'Publish NPM packages'
Expand Down
1 change: 1 addition & 0 deletions rust/noosphere/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
/// Spork
/// Splort
/// Bjork
/// Bazel
#[macro_use]
extern crate tracing;

Expand Down
2 changes: 1 addition & 1 deletion typescript/release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"plugins": ["npm-workspace"],
"plugins": ["node-workspace"],
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"bump-minor-pre-major": true,
Expand Down

0 comments on commit 6d7b187

Please sign in to comment.