-
Notifications
You must be signed in to change notification settings - Fork 21
chore: release v3.20.0 #549
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
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
3aa520f
feat(undername ownership): add undername ownship tooling
atticusofsparta 93bf8f5
fix(cli): update cli with proper commands for setRecord
atticusofsparta e63135a
fix(files): remove extraneous file
atticusofsparta 3f553f1
fix(cli): update cli interfaces for transferRecord
atticusofsparta 32f502b
fix(todo): add todo on unused param
atticusofsparta ec10a43
Merge remote-tracking branch 'origin/alpha' into PE-8543-undername-ow…
atticusofsparta 329759e
fix(cli): fix lint in cli
atticusofsparta e1dc35e
fix(cli): update cli docs
atticusofsparta 00f98d6
Merge pull request #546 from ar-io/PE-8543-undername-ownership
atticusofsparta 437d5b1
chore(release): 3.19.0-alpha.11 [skip ci]
semantic-release-bot df41a56
fix(readme): update readme with undername ownership rules
atticusofsparta 3710979
fix(note): use CAUTION instead of CRITICAL
atticusofsparta 5b3232c
fix(readme): use h3 instead of h4
atticusofsparta 1801b5a
Merge pull request #547 from ar-io/update-readme-undername-ownership
dtfiedler 9f836e0
chore(release): 3.19.0-alpha.12 [skip ci]
semantic-release-bot e7a6e1e
Merge remote-tracking branch 'origin/main' into alpha
f7eb46a
chore(release): 3.20.0-alpha.1 [skip ci]
semantic-release-bot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| description: CLI command creation | ||
| globs: | ||
| alwaysApply: true | ||
| --- | ||
|
|
||
| When creating new apis on classes, ask if you should add them to the CLI as well. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| --- | ||
| description: Documentation | ||
| globs: | ||
| alwaysApply: true | ||
| --- | ||
|
|
||
| When creating and modifying APIs, ensure to check the README.md to see if those docs need updating. | ||
|
|
||
| When creating those APIs match them with jsdoc appropriately. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,3 +19,4 @@ yarn-error.log | |
| tests/wallets | ||
| tests/contracts | ||
| aos-ant-*.wasm | ||
| ._* | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
Align version with PR intent (alpha vs stable).
PR title targets v3.20.0 on main, but header uses 3.20.0-alpha.1. Use stable 3.20.0 (and update compare link) unless you truly intend a pre-release on main.
Apply this diff:
Verify tag/compare exist before merging:
🏁 Script executed:
Length of output: 160
Align CHANGELOG header with intended release (compare URL missing)
CHANGELOG.md (lines 1-1) shows 3.20.0-alpha.1 while the PR targets v3.20.0. Verification: tags v3.19.0, v3.20.0, and v3.20.0-alpha.1 exist, but the compare URL v3.19.0...v3.20.0 is missing.
Do not merge until the compare URL (v3.19.0...v3.20.0) is valid.
📝 Committable suggestion