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

ci pipeline for release page #398

Merged
merged 1 commit into from
Aug 31, 2021
Merged

Conversation

j75689
Copy link
Contributor

@j75689 j75689 commented Aug 31, 2021

Description

Publish new release page when the new tag was push

Rationale

N/A

Example

New workflow:

  1. update changelog into CHANGELOG.md
  2. update the version name of params/version.go
  3. make a new tag from the master branch
  4. push tag

Notice
Please make sure CHANGELOG.md contains the tag with format ## v...(ex: ## v1.1.2)
And ci pipeline will get the content below the tag as release body.

Addition
If you want to change mainnet.zip or testnet.zip, please update the download URL to .github/release.env with the name MAINNET_FILE_URL and TESTNET_FILE_URL.

Example of a release page made by ci: https://github.com/j75689/bsc/releases/tag/v1.1.2

Changes

Notable changes:

  • add .github/generate_change_log.sh
  • add .github/release.env
  • add .github/workflows/release.yml

Preflight checks

  • build passed (make build)
  • tests passed (make test)
  • manual transaction test passed

Already reviewed by

N/A

Related issues

N/A

@j75689 j75689 merged commit 3a8bf73 into bnb-chain:master Aug 31, 2021
This was referenced Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants