Skip to content

Commit

Permalink
Add info for scarb packages uploads (#2460)
Browse files Browse the repository at this point in the history
<!-- Reference any GitHub issues resolved by this PR -->

Related to #2344

This PR is a part of the stack:
--> Add missing info recommended for package uploads (This PR)
-- Add github action workflow for automatic registry uploads during
release (#2461)

## Introduced changes

<!-- A brief description of the changes -->

- Adds readmes and links to respective Scarb.tomls, so to view this
metadata on the registry and supress scarb warnings
- Bump snforge_scarb_plugin version to `0.31.0`, to properly reflect its
version in regards to the registry. **From now on all changes made to
this crate should be concluded with version bump**

## Checklist

<!-- Make sure all of these are complete -->

- [X] Linked relevant issue
- [X] Updated relevant documentation
- [X] Added relevant tests
- [X] Performed self-review of the code
- [X] Added changes to `CHANGELOG.md`

---------

Co-authored-by: Fiiranek <[email protected]>
Co-authored-by: Franciszek Job <[email protected]>
  • Loading branch information
3 people authored Oct 11, 2024
1 parent e2519c6 commit 49551b6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sncast_std/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# sncast_std

For a library reference please visit https://foundry-rs.github.io/starknet-foundry/appendix/sncast-library.html
5 changes: 5 additions & 0 deletions sncast_std/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
name = "sncast_std"
version = "0.31.0"
edition = "2023_11"
description = "Library used for writing deployment scripts in Cairo"
homepage = "https://foundry-rs.github.io/starknet-foundry/starknet/script.html"
documentation = "https://foundry-rs.github.io/starknet-foundry/appendix/sncast-library.html"
repository = "https://github.com/foundry-rs/starknet-foundry"
license-file = "../LICENSE"
3 changes: 3 additions & 0 deletions snforge_std/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# snforge_std

For a library reference please visit https://foundry-rs.github.io/starknet-foundry/appendix/snforge-library.html
4 changes: 4 additions & 0 deletions snforge_std/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
name = "snforge_std"
version = "0.31.0"
edition = "2023_10"
description = "Cairo testing library"
documentation = "https://foundry-rs.github.io/starknet-foundry/appendix/snforge-library.html"
repository = "https://github.com/foundry-rs/starknet-foundry"
license-file = "../LICENSE"

[dependencies]
snforge_scarb_plugin = { path = "../crates/snforge-scarb-plugin" }

0 comments on commit 49551b6

Please sign in to comment.