prepare for a 0.5.1 release (#411)

* prepare for a 0.5.1 release
* use a Label to make print_rel_notes path resolution work
* linty fresh
5 files changed
tree: 852cb5e7d28672034346c33cc911f326f6dd32b6
  1. .bazelci/
  2. deb_packages/
  3. docs/
  4. examples/
  5. pkg/
  6. .gitignore
  7. .travis.yml
  8. AUTHORS
  9. CODEOWNERS
  10. CONTRIBUTING.md
  11. CONTRIBUTORS
  12. LICENSE
  13. patching.md
  14. README.md
README.md

Bazel package building

Bazel rules for building tar, zip, deb, and rpm for packages.

Use rules-pkg-discuss@googlegroups.com for discussion.

CI: Build status

Basic rules

Package building rules

  • pkg - Rules for building packages of various types.
  • examples - Cookbook examples for using the rules.

Bazel now uses this rule set for packaging its distribution. Bazel still contains a limited version of pkg_tar but its feature set is frozen. Any new capabilities will be added here.