瀏覽代碼

Bump to beta-3

pull/854/head 3.0.0-beta.3
Fred Hebert 9 年之前
父節點
當前提交
4177c75a7c
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. +1
    -1
      README.md
  2. +1
    -1
      pr2relnotes.py
  3. +1
    -1
      src/rebar.app.src

+ 1
- 1
README.md 查看文件

@ -13,7 +13,7 @@ configuration work. rebar also provides dependency management, enabling
application writers to easily re-use common libraries from a variety of
locations ([hex.pm](http://hex.pm), git, hg, and so on).
3.0 Beta-2
3.0 Beta-3
====
[DOCUMENTATION](http://www.rebar3.org/v3.0/docs)

+ 1
- 1
pr2relnotes.py 查看文件

@ -53,7 +53,7 @@ def get_formatted_issue(repo, issue, title, url):
"""
# Newline support writelines() call which doesn't add newlines
# on its own
return("* {}/{}: [{}]({})\n".format(repo, issue, title, url))
return("* {}/{}: [{}]({})\n".format(repo, issue, title.encode('utf-8'), url))
def gh_get_issue_output(org, repo, issuenum):
"""

+ 1
- 1
src/rebar.app.src 查看文件

@ -3,7 +3,7 @@
{application, rebar,
[{description, "Rebar: Erlang Build Tool"},
{vsn, "3.0.0-beta-2"},
{vsn, "git"},
{modules, []},
{registered, []},
{applications, [kernel,

Loading…
取消
儲存