Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
G
go-ipfs
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
jihao
go-ipfs
Commits
12c22e38
提交
12c22e38
authored
3月 02, 2018
作者:
Jeromy
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add initial changelog for 0.4.14
License: MIT Signed-off-by:
Jeromy
<
jeromyj@gmail.com
>
上级
c00482ab
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
13 行增加
和
5 行删除
+13
-5
lastpubver
.gx/lastpubver
+1
-1
CHANGELOG.md
CHANGELOG.md
+0
-0
releases.md
docs/releases.md
+10
-2
package.json
package.json
+1
-1
version.go
repo/config/version.go
+1
-1
没有找到文件。
.gx/lastpubver
浏览文件 @
12c22e38
0.4.1
3: QmViBzgruNUoLNBnXcx8YWbDNwV8MNGEGKkLo6JGetygdw
0.4.1
4-rc1: QmXporsyf5xMvffd2eiTDoq85dNpYUynGJhfabzDjwP8uR
CHANGELOG.md
浏览文件 @
12c22e38
差异被折叠。
点击展开。
docs/releases.md
浏览文件 @
12c22e38
...
...
@@ -6,6 +6,14 @@ five weeks for code of any type (features, bugfixes, etc) to be added. After
the five weeks is up, a release canidate is tagged and only important bugfixes
will be allowed up to release day.
## Release Candidate Checklist
-
[
]
CHANGELOG.md has been updated
-
use
`./bin/mkreleaselog`
to generate a nice starter list
-
[
]
version string in
`repo/config/version.go`
has been updated
-
[
]
tag commit with vX.Y.Z-rcN
-
[
]
publish gx version with
`gx publish`
, as per
[
gx release guidelines
](
https://github.com/whyrusleeping/gx#publishing-and-releasing
)
-
you will have to manually adjust the gx version to 'rc'
## Pre-Release Checklist
-
[
]
before release, tag 'release canidate' for users to test against
-
if bugs are found/fixed, do another release canidate
...
...
@@ -13,16 +21,16 @@ will be allowed up to release day.
-
[
]
run interop tests https://github.com/ipfs/interop#test-with-a-non-yet-released-version-of-go-ipfs
-
[
]
webui works (for most definitions of 'works') - Test the multiple pages and verify that no visible errors are shown.
-
[
]
CHANGELOG.md has been updated
-
use
`
LAST=v0.4.2 ; for n in $(git log --oneline --merges --reverse -n-1 $LAST...master | cut -d'#' -f2 | cut -d' ' -f1); do echo https://github.com/ipfs/go-ipfs/pull/$n; done`
-
use
`
./bin/mkreleaselog`
to generate a nice starter list
-
[
]
version string in
`repo/config/version.go`
has been updated
-
[
]
tag commit with vX.Y.Z
-
[
]
bump version string in
`repo/config/version.go`
to
`vX.Y.Z-dev`
-
[
]
update release branch to point to release commit
-
[
]
publish dist.ipfs.io
-
[
]
publish next version to https://github.com/ipfs/npm-go-ipfs
-
[
]
publish gx version with
`gx release`
, as per
[
gx release guidelines
](
https://github.com/whyrusleeping/gx#publishing-and-releasing
)
## Post-Release
-
[
]
bump version string in
`repo/config/version.go`
to
`vX.Y.Z-dev`
-
Communication
-
[
]
Create the release issue
-
[
]
Announcements (both pre-release and post-release)
...
...
package.json
浏览文件 @
12c22e38
...
...
@@ -581,6 +581,6 @@
"language"
:
"go"
,
"license"
:
"
MIT
"
,
"name"
:
"
go-ipfs
"
,
"version"
:
"0.4.14-
dev
"
"version"
:
"0.4.14-
rc1
"
}
repo/config/version.go
浏览文件 @
12c22e38
...
...
@@ -4,6 +4,6 @@ package config
var
CurrentCommit
string
// CurrentVersionNumber is the current application's version literal
const
CurrentVersionNumber
=
"0.4.14-
dev
"
const
CurrentVersionNumber
=
"0.4.14-
rc1
"
const
ApiVersion
=
"/go-ipfs/"
+
CurrentVersionNumber
+
"/"
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论