Skip to content

Commit

Permalink
Prepare for update (#356)
Browse files Browse the repository at this point in the history
* Update branch name

* Add new tags to Docker Hub README

* Update version in package.json
  • Loading branch information
marcauberer committed Jul 2, 2022
1 parent 67e5539 commit 3927b77
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 37 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.9.x
target-branch: release/v1.10.x
reviewers:
- compose-generator/core-team
assignees:
Expand All @@ -22,7 +22,7 @@ updates:
time: "04:00"
timezone: Europe/Berlin
open-pull-requests-limit: 15
target-branch: release/v1.9.x
target-branch: release/v1.10.x
reviewers:
- compose-generator/core-team
assignees:
Expand All @@ -36,7 +36,7 @@ updates:
time: "04:00"
timezone: Europe/Berlin
open-pull-requests-limit: 15
target-branch: release/v1.9.x
target-branch: release/v1.10.x
reviewers:
- compose-generator/core-team
assignees:
Expand All @@ -50,7 +50,7 @@ updates:
time: "04:00"
timezone: Europe/Berlin
open-pull-requests-limit: 15
target-branch: release/v1.9.x
target-branch: release/v1.10.x
reviewers:
- compose-generator/core-team
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.9.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.10.x` branch.
The community is thankful for every predefined template!

## Contribute otherwise to the project
Expand Down
56 changes: 28 additions & 28 deletions docs/docs/supported-services.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ site_author: Marc Auberer
copyright: Made with ❤️ by Compose Generator contributors, powered by <a href="https://www.chillibits.com" target="_blank">ChilliBits</a>.
repo_name: compose-generator/compose-generator
repo_url: https://github.com/compose-generator/compose-generator
edit_uri: edit/release/v1.9.x/docs/docs/
edit_uri: edit/release/v1.10.x/docs/docs/

theme:
name: material
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.8.0`, `1.8`, `1`, `latest`
- `1.9.0`, `1.9`, `1`, `latest`
- `1.8.0`, `1.8`
- `1.7.0`, `1.7`
- `1.6.0`, `1.6`
- `1.5.0`, `1.5`
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.8.0",
"version": "1.9.0",
"description": "Easy to use cli tool to generate Docker Compose configurations",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 3927b77

Please sign in to comment.