Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Latest commit

 

History

History
40 lines (29 loc) · 3.85 KB

ci_releases.md

File metadata and controls

40 lines (29 loc) · 3.85 KB

CI and releases

See discussions about these topics in filebrowser/filebrowser issues #399, #450, and #492.

Currently, a single CI service is used: travis-ci.com/filebrowser.

Release procedure

NOTE: See semver.org.

NOTE: release.sh depends on git and requires frontend to be a submodule of filebrowser.

NOTE: A maintainer is required to merge/squash/rebase branch update-rice-box in filebrowser/caddy to master.

HELP: a PR could be automatically created by using the GitHub REST API: https://developer.github.com/v3/pulls/#create-a-pull-request. However, even though creating the PR is quite easy, we don't know how to properly handle the authentication: https://developer.github.com/v3/auth/. Should be willing to help us, please let us know.