Skip to content

Commit

Permalink
Install v0.9.0 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
stepchowfun committed Jan 18, 2020
1 parent f196f52 commit b3da338
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
@@ -0,0 +1,2 @@
artifacts/
target/
2 changes: 1 addition & 1 deletion release/Dockerfile → Dockerfile
Expand Up @@ -27,7 +27,7 @@ RUN \
rm -rf /var/lib/apt/lists/*

# Install Docuum.
COPY docuum-x86_64-unknown-linux-gnu /usr/local/bin/docuum
COPY release/docuum-x86_64-unknown-linux-gnu /usr/local/bin/docuum

# Set the entrypoint to Docuum. Note that Docuum is not intended to be run as
# an init process, so we run it indirectly via `sh`.
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Expand Up @@ -14,7 +14,7 @@
DESTINATION="${PREFIX:-/usr/local/bin}/docuum"

# Which version to download
RELEASE="v${VERSION:-0.8.0}"
RELEASE="v${VERSION:-0.9.0}"

# Determine which binary to download.
FILENAME=''
Expand Down
4 changes: 2 additions & 2 deletions release.sh
Expand Up @@ -12,8 +12,8 @@ set -euo pipefail
# 3. Run this script and upload the files in the `release` directory to GitHub as release artifacts.
# 4. Build and upload the Docker image:
# cd release
# docker build --tag stephanmisc/docuum:0.8.0 .
# docker push stephanmisc/docuum:0.8.0
# docker build --tag stephanmisc/docuum:X.Y.Z .
# docker push stephanmisc/docuum:X.Y.Z
# 5. Update the version in `install.sh` to point to the new release. Ship that change as another
# pull request.

Expand Down

0 comments on commit b3da338

Please sign in to comment.