Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add presets page update on release workflow #883

Merged
merged 23 commits into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
aa248b2
feat: add update class hashes workflow
ericnordelo Jan 31, 2024
ea7f92e
fix: input name
ericnordelo Jan 31, 2024
03e2cee
test
ericnordelo Jan 31, 2024
1b40cb2
test
ericnordelo Jan 31, 2024
a0e89bc
feat: test with main
ericnordelo Jan 31, 2024
744a140
Merge branch 'main' of github.com:OpenZeppelin/cairo-contracts into f…
ericnordelo Jan 31, 2024
a18309a
feat: add update class hashes local action
ericnordelo Jan 31, 2024
8d20bd5
test
ericnordelo Jan 31, 2024
4f74499
feat: finish main logic
ericnordelo Jan 31, 2024
1460f69
test
ericnordelo Jan 31, 2024
61d2b74
fix: version
ericnordelo Jan 31, 2024
f3aa10e
refactor: update wording
ericnordelo Jan 31, 2024
3034b12
Merge branch 'main' into feat/class-hash-action
ericnordelo Feb 8, 2024
3c0f9b3
feat: remove javascript action and update preset page on release
ericnordelo Feb 8, 2024
b9c669d
refactor: scarb version input
ericnordelo Feb 8, 2024
856b512
feat: normalize hashes len
ericnordelo Feb 8, 2024
699ecbd
feat: update workflow name
ericnordelo Feb 8, 2024
9a93e71
feat: apply review updates
ericnordelo Feb 9, 2024
90f0d58
Merge branch 'main' of github.com:OpenZeppelin/cairo-contracts into f…
ericnordelo Feb 9, 2024
d5d8fe5
Merge branch 'main' of github.com:OpenZeppelin/cairo-contracts into f…
ericnordelo Feb 13, 2024
b1b724c
feat: rename file to match action
ericnordelo Feb 16, 2024
f82f18c
feat: get scarb version from Scarb.toml
ericnordelo Feb 21, 2024
17b5f62
Update .github/workflows/prepare-release.yml
ericnordelo Feb 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/actions/check-docsite-class-hashes/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: 'Check Docsite Class Hashes'
description: 'Check the class hashes in the docsite'
inputs:
json-file:
description: 'The json file containing the expected class hashes'
required: true
compiler-version:
required: true
runs:
using: "node20"
main: "bin/index.js"
Loading
Loading