-
Notifications
You must be signed in to change notification settings - Fork 80
Make PR & Release
Jay Zhang edited this page Nov 21, 2020
·
5 revisions
- make sure well tested
- make sure doc updated
- target to
master
- describe what problem can be solved and what exactly changed in PR description
- execute
git rebase master-prebuilt origin/master
to make surewangyoucao577/go-release-action@master-prebuilt
can get latest built image
- make sure PR has been merged
- create a new release branch from
master
, e.g.,release/rel-v1.11
- switch to the new branch, update
run.image
inaction.yml
to the image that will be built by lattercreate release
, e.g.,image: docker://ghcr.io/wangyoucao577/go-release-action:v1.11
- create new release on the release branch via https://github.com/wangyoucao577/go-release-action/releases
- test the new release after several minutes(wait the docker image building) to make sure it works well
- Enjoy!