Skip to content

Commit

Permalink
Merge pull request ipfs-force-community#109 from ipfs-force-community…
Browse files Browse the repository at this point in the history
…/feat/dtynn/prepare_for_v0.2.0

chore: prepare for v0.2.0
  • Loading branch information
dtynn authored Apr 18, 2022
2 parents cdbc4cb + 09506bd commit 03a26e2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/compile-go-on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: compile-go-on-pr
# Controls when the workflow will run
on:
pull_request:
branches: [ main ]
branches: [ main, release/** ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -32,6 +32,10 @@ jobs:
- name: build venus-sector-manager
run: make build-smgr

- name: show bins
run: ls -lha ./dist/bin/


# - name: upload venus-sector-manager
# uses: actions/upload-artifact@v2
# with:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/compile-rust-on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: compile-rust-on-pr
# Controls when the workflow will run
on:
pull_request:
branches: [ main ]
branches: [ main, release/** ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -27,11 +27,14 @@ jobs:
- name: setup rust
uses: actions-rs/toolchain@v1
with:
toolchain: '1.52.1'
toolchain: '1.60.0'

- name: build venus-worker
run: make build-worker

- name: show bins
run: ls -lha ./dist/bin/

# - name: upload venus-worker
# uses: actions/upload-artifact@v2
# with:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.zh.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.1.2rc-1
## v0.2.0rc-1
- 支持 snapup 批量生产模式
- venus-worker 支持配置 `snapup` 类型任务
- venus-sector-manager 支持配置 `snapup` 类型任务
Expand Down
2 changes: 1 addition & 1 deletion venus-worker/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 venus-worker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "venus-worker"
version = "0.1.0"
version = "0.2.0"
authors = ["dtynn <dtynn@163.com>"]
edition = "2018"

Expand Down

0 comments on commit 03a26e2

Please sign in to comment.