Skip to content

Commit

Permalink
Merge pull request #4 from tiktok/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
chengcyber authored Feb 22, 2024
2 parents 7f21c53 + 2c29a87 commit 8b64d5d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/sparo-lib/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## sparo-lib

This is a companion package for the Sparo tool.
This is a companion package for the Sparo tool. See the
[sparo](https://npmjs.com/package/sparo) package for details.

The **sparo-lib** version number is always exactly equal
to the **sparo** version number that it depends on.
10 changes: 10 additions & 0 deletions common/changes/sparo/release_2024-02-22-00-05.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "sparo",
"comment": "Initial implementation",
"type": "none"
}
],
"packageName": "sparo"
}
2 changes: 2 additions & 0 deletions rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -437,11 +437,13 @@
{
"packageName": "sparo",
"projectFolder": "apps/sparo",
"versionPolicyName": "sparo",
"shouldPublish": true
},
{
"packageName": "sparo-lib",
"projectFolder": "apps/sparo-lib",
"versionPolicyName": "sparo",
"shouldPublish": true
}
]
Expand Down

0 comments on commit 8b64d5d

Please sign in to comment.