axonweb3 / axon

Axon is a Layer 2 framework of CKB with native cross-chain and interoperability.
https://axonweb3.io
MIT License
65 stars 39 forks source link

chore: bump Axon version to 0.3.0-alpha #1615

Closed Flouse closed 10 months ago

Flouse commented 10 months ago

Changes

CI Settings
### **CI Usage** **Tip**: Check the CI you want to run below, and then comment `/run-ci`. **CI Switch** - [x] Web3 Compatible Tests - [x] OpenZeppelin tests - [x] v3 Core Tests ### **CI Description** | CI Name | Description | | ---------------------- | ------------------------------------------------------------------------------------------------------- | | *Web3 Compatible Test* | Test the Web3 compatibility of Axon | | *v3 Core Test* | Run the compatibility tests provided by Uniswap V3 | | *OpenZeppelin tests* | Run the compatibility tests provided by OpenZeppelin, including OCT 1-5 \| 6-10 \| 11 \| 12-15 \| 16-19 |
Flouse commented 10 months ago

/run-ci

github-actions[bot] commented 10 months ago

CI tests run on commit:

CI test list:

KaoImin commented 10 months ago

dev is not a preceding identifier, why use this?

Flouse commented 10 months ago

dev is not a preceding identifier, why use this?

My plan is to test 0.3.0-dev interanl, and then bump to v0.3.0-beta later if everything goes well.

Do think 0.3.0-alpha is better than 0.3.0-dev?

KaoImin commented 10 months ago

dev is not a preceding identifier, why use this?

My plan is to test 0.3.0-dev interanl, and then bump to v0.3.0-beta later if everything goes well.

Do think 0.3.0-alpha is better than 0.3.0-dev?

If only want to do some internal tests, no need to release a version. A commit ID is enough or checkout a branch.

Flouse commented 10 months ago

If only want to do some internal tests, no need to release a version. A commit ID is enough or checkout a branch.

  1. updated: chore: bump Axon version to 0.3.0-alpha
  2. just want a more readable version name for web3_clientVersion RPC and axon --version
  3. I won't create a new release/tag for 0.3.0-alpha
  4. created a new branch 0.3.0-alpha to trigger the docker image building workflow