James Wilson
dffeee431e
Release prep for 0.20.0 ( #502 )
...
* v0.20.0 release prep
* wee text tweak
* remove dry-run step that doesn't actually work
* Fix typo
Co-authored-by: Alexandru Vasile <60601340+lexnv@users.noreply.github.com >
* No more "in"
Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com >
* Fix "customized" typo
Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com >
Co-authored-by: Alexandru Vasile <60601340+lexnv@users.noreply.github.com >
Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com >
2022-04-06 16:42:10 +01:00
Alexandru Vasile
798a1d0b88
Generate release changelog based on commits ( #465 )
...
* scripts: Generate changelog
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* scripts: Remove git tag verification
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* scripts: Add usage example
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* Update releasing steps to automate the changelog commits
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
2022-03-10 19:46:34 +00:00
Alexandru Vasile
a7c54f7412
Update release documentation with dry-run ( #435 )
...
* releasing: Remove cargo-hack from doc
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* releasing: Add dry-run step
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* releasing: Remove sleep from dry-run step
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
2022-02-04 19:58:35 +02:00
Alexandru Vasile
e9be43aaff
Release preparation for v0.17.0 ( #434 )
...
* lib: Export `GenericError` to avoid linking to private items
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* Bump version to v0.17.0
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* doc: Add crates to bump
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* Update changelog
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* changelog: Add new line between title and list
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* releasing: Remove extra closing bracket
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* releasing: Fix cargo install typo for cargo-hack
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* Remove subxt version from macro and test-runtime
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* releasing: Change PR link to sort in descending order
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
* changelog: Add missing PR
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io >
2022-02-04 15:44:56 +02:00
James Wilson
55f04c20a7
Move Subxt crate into a subfolder ( #424 )
...
* move into subfolder step 1
* Make folders a workspace again
* Move examples into their own workspace crate to make them more visible and easier to run
* clippy fix
* newline
* tweak releasing steps for folder move
* reference exampels more clearly in top level readme
2022-02-02 12:15:44 +00:00
James Wilson
171f4ec268
Add release checklist ( #418 )
...
* Add release checklist
* Subxt, not Soketto
* more Soketto -> Subxt fixes
* Signed tags and note about incrementing version of each crate
Co-authored-by: David <dvdplm@gmail.com >
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
* Add command to publish crates in required order
* undo test breakages and codegen first since macro depends on it
* Update RELEASING.md
Co-authored-by: Andrew Jones <ascjones@gmail.com >
* sleep 10, and text niggles
Co-authored-by: David <dvdplm@gmail.com >
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com >
Co-authored-by: Andrew Jones <ascjones@gmail.com >
2022-02-02 10:44:46 +00:00