Skip to content

Commit

Permalink
Merge pull request #308 from lucab/ups/docs-minor
Browse files Browse the repository at this point in the history
docs: minor fixes
  • Loading branch information
Luca Bruno authored Nov 28, 2019
2 parents 39777fb + 768133b commit c8db329
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,22 @@ Push access to the upstream repository is required in order to publish the new t

- publish this release on GitHub:
- [ ] open a web browser and create a GitHub Release for the tag above
- [ ] write a short changelog (i.e. re-use the PR content) and publish the release
- [ ] write a short changelog (i.e. re-use the PR content)
- [ ] upload `target/afterburn-${RELEASE_VER}-vendor.tar.gz`
- [ ] record digests of local artifacts:
- [ ] `sha256sum target/package/afterburn-${RELEASE_VER}.crate`
- [ ] `sha256sum target/afterburn-${RELEASE_VER}-vendor.tar.gz`
- `sha256sum target/package/afterburn-${RELEASE_VER}.crate`
- `sha256sum target/afterburn-${RELEASE_VER}-vendor.tar.gz`
- [ ] publish release

- clean up:
- [ ] `unset RELEASE_VER`
- [ ] `unset UPSTREAM_REMOTE`
- [ ] `cargo clean`
- [ ] `rm -rf vendor`
- [ ] `git checkout master`
- [ ] `git pull ${UPSTREAM_REMOTE} master`
- [ ] `git push ${UPSTREAM_REMOTE} :release-${RELEASE_VER}`
- [ ] `git branch -d release-${RELEASE_VER}`
- [ ] `unset RELEASE_VER`
- [ ] `unset UPSTREAM_REMOTE`

[cargo-release]: https://github.com/sunng87/cargo-release
[rustup]: https://rustup.rs/
Expand Down
8 changes: 8 additions & 0 deletions COPYRIGHT
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: afterburn
Source: https://www.github.com/coreos/afterburn

Files: *
Copyright: 2017-2018, CoreOS Inc.
2018-2019, Red Hat Inc.
License: Apache-2.0

0 comments on commit c8db329

Please sign in to comment.