Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Commit

Permalink
(#23) Fix Release Drafter and extend README.md:
Browse files Browse the repository at this point in the history
* Little fix for release drafter;
* Add Download section to README.md.
  • Loading branch information
Pavel Sobolev committed Jun 28, 2020
1 parent 84016b8 commit 9251bb9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/config/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ template: |
version-resolver:
major:
labels:
- 'major'
- 'Major'
minor:
labels:
- 'minor'
- 'Minor'
patch:
labels:
- 'patch'
- 'Patch'
default: patch
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,22 @@
- [Zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)
- Theme adjustments

### Build, Run, Enter
### Download

This image can be downloaded from [Docker Hub](https://hub.docker.com/r/paveloom/dev):

```bash
docker pull paveloom/dev
```

or from [GitHub Packages](https://github.com/paveloom-d/dev/packages):

```bash
docker pull docker.pkg.github.com/paveloom-d/dev/dev:0.1.0
```


### Build, Run, Enter

There is nothing specific when building, although I would recommend squashing the image. In the root directory (where Dockerfile is located) run the following:

Expand Down

0 comments on commit 9251bb9

Please sign in to comment.