Skip to content

Commit

Permalink
Prepare for update (#258)
Browse files Browse the repository at this point in the history
* Change branch names

* Update Docker Hub README
  • Loading branch information
marcauberer committed Dec 16, 2021
1 parent 28e64d4 commit e5e3ba8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 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.6.x
target-branch: release/v1.7.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.6.x
target-branch: release/v1.7.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.6.x
target-branch: release/v1.7.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.6.x
target-branch: release/v1.7.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.6.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.7.x` branch.
The community is thankful for every predefined template!

## Contribute otherwise to the project
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/supported-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ The following table shows all services which Compose Generator currently support
:new: - New templates which were released with the latest version of Compose Generator <br>
:fontawesome-brands-dev: - New templates which are currently in preview and will be released with the next version

If you miss a predefined template and you want to create one for the public, please first read our [contribution guidelines](../contributing) and then continue reading the instructions on how to [contribute a service template](https://github.com/compose-generator/compose-generator/blob/docs/supported-services-page/predefined-services/README.md). Fork the repository, create the template and open a pr to the latest `release/v...` branch. The community is thankful for every predefined template!
If you miss a predefined template and you want to create one for the public, please first read our [contribution guidelines](../contributing) and then continue reading the instructions on how to [contribute a service template](https://github.com/compose-generator/compose-generator/blob/docs/supported-services-page/predefined-services/README.md). Fork the repository, create the template and open a pr to the latest `release/v1.6.x` branch. The community is thankful for every predefined template!
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.5.0`, `1.5`, `1`, `latest`
- `1.6.0`, `1.6`, `1`, `latest`
- `1.5.0`, `1.5`
- `1.4.0`, `1.4`
- `1.3.0`, `1.3`
- `1.2.1`, `1.2`
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.5.0",
"version": "1.6.0",
"description": "Easy to use cli tool to generate Docker Compose configurations",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit e5e3ba8

Please sign in to comment.