Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
Feat/v1.3.4 rc1 (#141)
Browse files Browse the repository at this point in the history
* bump the version to v1.3.4-rc1

* update the changelog

Co-authored-by: 一页素书 <2931107265@qq.com>
  • Loading branch information
diwufeiwen and ta0li authored Nov 18, 2021
1 parent 81b69de commit 57ce578
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# venus-sealer changelog
# venus-sealer changelog

# 1.3.4-rc1 / 2021-11-18

## Changes

Generating Changelog for github.com/filecoin-project/venus-sealer v1.3.3..b022c09916b79a9a4f904f919601761cfef98ceb
- github.com/filecoin-project/venus-sealer:
- bump the version to v1.3.4-rc1
- VLog: Added script file to generate version upgrade log (#140) ([filecoin-project/venus-sealer#140](https://github.com/filecoin-project/venus-sealer/pull/140))
- Opt: handle wait seed for sector (#138) ([filecoin-project/venus-sealer#138](https://github.com/filecoin-project/venus-sealer/pull/138))
- Opt: add log cmd (#139) ([filecoin-project/venus-sealer#139](https://github.com/filecoin-project/venus-sealer/pull/139))

## Contributors
2 changes: 1 addition & 1 deletion constants/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (ve Version) EqMajorMinor(v2 Version) bool {
}

// BuildVersion is the local build version, set by build system
const BuildVersion = "1.3.3"
const BuildVersion = "1.3.4-rc1"

func UserVersion() string {
if os.Getenv("VENUS_SEALER_VERSION_IGNORE_COMMIT") == "1" {
Expand Down
2 changes: 1 addition & 1 deletion scripts/mkreleaselog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ strip_version() {
}

recursive_release_log() {
local start="${1:-$(git tag -l | sort -V | grep -v -- '-rc' | grep 'v'| tail -n2 | head -1)}"
local start="${1:-$(git tag -l | sort -V | grep -v -- '-rc' | grep 'v'| tail -n1)}"
local end="${2:-$(git rev-parse HEAD)}"
local repo_root="$(git rev-parse --show-toplevel)"
local module="$(go list -m)"
Expand Down

0 comments on commit 57ce578

Please sign in to comment.