Skip to content

Commit

Permalink
Prepare for update (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer committed Jan 13, 2022
1 parent 374aee2 commit 2e436c7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ updates:
time: "04:00"
timezone: Europe/Berlin
open-pull-requests-limit: 15
target-branch: release/v1.8.x
target-branch: release/v1.9.x
reviewers:
- marcauberer
assignees:
Expand All @@ -22,7 +22,7 @@ updates:
time: "04:00"
timezone: Europe/Berlin
open-pull-requests-limit: 15
target-branch: release/v1.8.x
target-branch: release/v1.9.x
reviewers:
- marcauberer
assignees:
Expand All @@ -36,7 +36,7 @@ updates:
time: "04:00"
timezone: Europe/Berlin
open-pull-requests-limit: 15
target-branch: release/v1.8.x
target-branch: release/v1.9.x
reviewers:
- marcauberer
assignees:
Expand All @@ -50,7 +50,7 @@ updates:
time: "04:00"
timezone: Europe/Berlin
open-pull-requests-limit: 15
target-branch: release/v1.8.x
target-branch: release/v1.9.x
reviewers:
- marcauberer
assignees:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ There are downloadable packages available for all supported platforms:
| **Windows Portable (zip)** | [download](https://github.com/compose-generator/compose-generator/releases/latest/download/compose-generator_windows_amd64.zip) | [download](https://github.com/compose-generator/compose-generator/releases/latest/download/compose-generator_windows_386.zip) | - | - | - | - |

## Contribute by providing predefined templates
If you miss a predefined template and you want to create one for the public, please read the [instructions to create a template](./predefined-services/README.md). Fork the repository, create the template and open a pr against the `release/v1.8.x` branch.
If you miss a predefined template and you want to create one for the public, please read the [instructions to create a template](./predefined-services/README.md). Fork the repository, create the template and open a pr against the `release/v1.9.x` branch.
The community is thankful for every predefined template!

## Contribute otherwise to the project
Expand Down
3 changes: 2 additions & 1 deletion media/readme-dockerhub.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
- **Where to get help:** [Official Website](https://www.compose-generator.com), [GitHub](https://github.com/compose-generator/compose-generator)

## Supported tags and respective `Dockerfile` links
- `1.7.0`, `1.7`, `1`, `latest`
- `1.8.0`, `1.8`, `1`, `latest`
- `1.7.0`, `1.7`
- `1.6.0`, `1.6`
- `1.5.0`, `1.5`
- `1.4.0`, `1.4`
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compose-generator/cli",
"version": "1.7.0",
"version": "1.8.0",
"description": "Easy to use cli tool to generate Docker Compose configurations",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 2e436c7

Please sign in to comment.