3 Star 0 Fork 0

Gitee 极速下载/jaspervdj-hakyll

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.github/workflows
data
lib
src
tests
web
.ghci
.gitignore
.hlint.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
LICENSE
README.markdown
RELEASE-CHECKLIST.md
Setup.hs
hakyll.cabal
logo.svg
stack.yaml
stack.yaml.lock
test.hs
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/jaspervdj/hakyll
克隆/下载
RELEASE-CHECKLIST.md 623 Bytes
一键复制 编辑 原始数据 按行查看 历史

Releasing a new version of hakyll

  1. Update the version in hakyll.cabal and update the CHANGELOG.md file to describe changes associated with this version;

  2. Commit changes to hakyll.cabal and CHANGELOG.md;

  3. Tag the commit and push to GitHub:

    $ git tag -a "vW.X.Y.Z" && git push origin "vW.X.Y.Z"
    
  4. Create a source distribution:

    $ cabal sdist
    Wrote tarball sdist to
    (...)/dist-newstyle/sdist/hakyll-W.X.Y.Z.tar.gz
    
  5. Upload to Hackage:

    $ cabal upload --publish (...)/dist-newstyle/sdist/hakyll-W.X.Y.Z.tar.gz
    

That's it!

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Haskell
1
https://gitee.com/mirrors/jaspervdj-hakyll.git
git@gitee.com:mirrors/jaspervdj-hakyll.git
mirrors
jaspervdj-hakyll
jaspervdj-hakyll
master

搜索帮助