Skip to content

Commit

Permalink
chore: release script
Browse files Browse the repository at this point in the history
  • Loading branch information
mrl5 committed Feb 22, 2022
1 parent bbf5e87 commit 76935f4
Show file tree
Hide file tree
Showing 9 changed files with 1,714 additions and 2,049 deletions.
5 changes: 5 additions & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
version-git-tag true
version-sign-git-tag true
version-tag-prefix v
version-git-message v%s
version-commit-hooks false
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ init:
.PHONY: init

init-dev: init
npm install
git config --local core.hooksPath .githooks || echo 'Could not set git hooks'
.PHONY: init-dev

Expand Down Expand Up @@ -53,3 +52,7 @@ check-license-headers:
check-runtime-deps:
./scripts/check-runtime-deps.sh
.PHONY: check-runtime-deps

release:
./scripts/release.sh
.PHONY: release
3 changes: 3 additions & 0 deletions crates/cpe-tag/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ description = "Generates valid NVD CPEs"
license = "MPL-2.0"
keywords = ["cpe", "nvd", "linux"]

[package.metadata.workspaces]
independent = true

[dependencies]
pyo3 = { version = "0.15.1", features = ["auto-initialize"] }
log = "0.4.14"
Expand Down
3 changes: 3 additions & 0 deletions crates/os-adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ description = "Adapter for OSes supported by vulner"
license = "MPL-2.0"
keywords = ["os", "adapter"]

[package.metadata.workspaces]
independent = true

[dependencies]
cpe-tag = { path = "../cpe-tag" }
log = "0.4.14"
3 changes: 3 additions & 0 deletions crates/security-advisories/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ description = "Interacts with security advisory services"
license = "MPL-2.0"
keywords = ["cpe", "cve", "cna", "security", "advisory"]

[package.metadata.workspaces]
independent = true

[dependencies]
futures-core = "0.3.19"
futures-util = "0.3.19"
Expand Down
Loading

0 comments on commit 76935f4

Please sign in to comment.