diff --git a/.github/workflows/semantic-releaser.yml b/.github/workflows/semantic-releaser.yml deleted file mode 100644 index 994b434..0000000 --- a/.github/workflows/semantic-releaser.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: release - -on: - workflow_dispatch: - push: - branches: - - main - paths: - - '**.tf' - - '**.tmpl' - - '!examples/**.tf' - - '.github/workflows/semantic-releaser.yml' - -jobs: - release: - name: release - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - with: - fetch-depth: 0 - persist-credentials: false - - - name: Setup Node.js - uses: actions/setup-node@v2 - with: - node-version: 16 - - - name: Release - uses: cycjimmy/semantic-release-action@v2 - with: - semantic_version: 18.0.0 - extra_plugins: | - @semantic-release/changelog@6.0.0 - @semantic-release/git@10.0.0 - conventional-changelog-conventionalcommits@4.6.3 - env: - GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE }} diff --git a/README.md b/README.md index 258603c..be96d97 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Terraform module which creates AWS ECR resources. ## Usage -See [`examples`](https://github.com/terraform-aws-modules/terraform-aws-ecr/tree/main/examples) directory for working examples to reference: +See [`examples`](https://github.com/terraform-aws-modules/terraform-aws-ecr/tree/master/examples) directory for working examples to reference: ### Private Repository @@ -166,9 +166,9 @@ module "ecr_registry" { ## Examples -Examples codified under the [`examples`](https://github.com/terraform-aws-modules/terraform-aws-ecr/tree/main/examples) are intended to give users references for how to use the module(s) as well as testing/validating changes to the source code of the module. If contributing to the project, please be sure to make any appropriate updates to the relevant examples to allow maintainers to test your changes and to keep the examples up to date for users. Thank you! +Examples codified under the [`examples`](https://github.com/terraform-aws-modules/terraform-aws-ecr/tree/master/examples) are intended to give users references for how to use the module(s) as well as testing/validating changes to the source code of the module. If contributing to the project, please be sure to make any appropriate updates to the relevant examples to allow maintainers to test your changes and to keep the examples up to date for users. Thank you! -- [Complete](https://github.com/terraform-aws-modules/terraform-aws-ecr/tree/main/examples/complete) +- [Complete](https://github.com/terraform-aws-modules/terraform-aws-ecr/tree/master/examples/complete) ## Requirements @@ -244,4 +244,4 @@ No modules. ## License -Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-ecr/blob/main/LICENSE). +Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-ecr/blob/master/LICENSE). diff --git a/examples/README.md b/examples/README.md index 6c56bf9..57eae0b 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,3 +1,3 @@ # Terraform AWS ECR Examples -- [Complete](https://github.com/terraform-aws-modules/terraform-aws-ecr/tree/main/examples/complete) +- [Complete](https://github.com/terraform-aws-modules/terraform-aws-ecr/tree/master/examples/complete) diff --git a/examples/complete/README.md b/examples/complete/README.md index be96381..8565fad 100644 --- a/examples/complete/README.md +++ b/examples/complete/README.md @@ -69,4 +69,4 @@ No inputs. | [repository\_url](#output\_repository\_url) | The URL of the repository (in the form `aws_account_id.dkr.ecr.region.amazonaws.com/repositoryName`) | -Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-ecr/blob/main/LICENSE). +Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-ecr/blob/master/LICENSE).