Skip to content

Commit

Permalink
Use custom script for new version release
Browse files Browse the repository at this point in the history
  • Loading branch information
totallynotjakub committed Jun 22, 2023
1 parent df994ca commit 4d48e08
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ jobs:
override: true
- name: Build Artifacts
run: make build
- name: Debug
run: ls -lR target/wasm32-unknown-unknown
- name: Release
env:
GH_TOKEN: ${{ secrets.JAKUB_SECRET_CI }}
run: >-
gh release create ${{ github.ref_name }}
"target/wasm32-unknown-unknown/release/*.wasm"
target/wasm32-unknown-unknown/release/*.wasm
--generate-notes
--title "${{ github.ref_name }}"
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to

## [Unreleased]

## [0.2.3] - 2023-06-22
## [0.2.7] - 2023-06-22

### Added

Expand Down Expand Up @@ -36,6 +36,6 @@ and this project adheres to
[#19]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/pull/19
[#24]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/pull/24

[unreleased]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/compare/v0.2.3...HEAD
[0.2.3]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/compare/v0.2.0...v0.2.3
[unreleased]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/compare/v0.2.7...HEAD
[0.2.7]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/compare/v0.2.0...v0.2.7
[0.2.0]: https://github.com/Phoenix-Protocol-Group/phoenix-contracts/compare/04263245592bd2f4902766dfbc45d830e87570b1...v0.2.0
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["contracts/*", "packages/*"]
resolver = "2"

[workspace.package]
version = "0.2.3"
version = "0.2.7"
edition = "2021"
license = "GPL 3.0"
repository = "https://github.com/Phoenix-Protocol-Group/phoenix-contracts"
Expand Down

0 comments on commit 4d48e08

Please sign in to comment.