Skip to content

Commit

Permalink
chore(transfer): adapt docs to repo transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Boden committed Oct 26, 2023
1 parent d882517 commit f60999e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ updates:
# Check for updates to GitHub Actions every week
interval: "weekly"
reviewers:
- m4s-b3n
- infinite-automations/admins
4 changes: 2 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"files": [
"README.md"
],
"from": "m4s-b3n/terramate-all-in-one@v.*",
"to": "m4s-b3n/terramate-all-in-one@v${nextRelease.version}",
"from": "infinite-automations/terramate-all-in-one@v.*",
"to": "infinite-automations/terramate-all-in-one@v${nextRelease.version}",
"results": [
{
"file": "README.md",
Expand Down
18 changes: 7 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,23 @@
## [1.0.3](https://github.com/m4s-b3n/terramate-all-in-one/compare/v1.0.2...v1.0.3) (2023-10-25)

## [1.0.3](https://github.com/infinite-automations/terramate-all-in-one/compare/v1.0.2...v1.0.3) (2023-10-25)

### Bug Fixes

* **output:** disable terraform wrapper ([c17c641](https://github.com/m4s-b3n/terramate-all-in-one/commit/c17c6416822248f71c38f73b8c19a98536aea939))

## [1.0.2](https://github.com/m4s-b3n/terramate-all-in-one/compare/v1.0.1...v1.0.2) (2023-10-25)
* **output:** disable terraform wrapper ([c17c641](https://github.com/infinite-automations/terramate-all-in-one/commit/c17c6416822248f71c38f73b8c19a98536aea939))

## [1.0.2](https://github.com/infinite-automations/terramate-all-in-one/compare/v1.0.1...v1.0.2) (2023-10-25)

### Bug Fixes

* **PR:** fix plan show in preview step and add terraform-show-args ([27ac7d5](https://github.com/m4s-b3n/terramate-all-in-one/commit/27ac7d5292a3c01360fbeaa7f998c920c7d54e09))

## [1.0.1](https://github.com/m4s-b3n/terramate-all-in-one/compare/v1.0.0...v1.0.1) (2023-10-25)
* **PR:** fix plan show in preview step and add terraform-show-args ([27ac7d5](https://github.com/infinite-automations/terramate-all-in-one/commit/27ac7d5292a3c01360fbeaa7f998c920c7d54e09))

## [1.0.1](https://github.com/infinite-automations/terramate-all-in-one/compare/v1.0.0...v1.0.1) (2023-10-25)

### Bug Fixes

* **PR:** fix preview step for multiple stacks ([a79a847](https://github.com/m4s-b3n/terramate-all-in-one/commit/a79a84713b446a29183e396e1939da25146f0f91))
* **PR:** fix preview step for multiple stacks ([a79a847](https://github.com/infinite-automations/terramate-all-in-one/commit/a79a84713b446a29183e396e1939da25146f0f91))

# 1.0.0 (2023-10-17)


### Features

* **init:** create and test action ([eec7007](https://github.com/m4s-b3n/terramate-all-in-one/commit/eec700779a1adc0a48ca3a00655ec046832b2603))
* **init:** create and test action ([eec7007](https://github.com/infinite-automations/terramate-all-in-one/commit/eec700779a1adc0a48ca3a00655ec046832b2603))
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# terramate-all-in-one

[![Test & Release](https://github.com/m4s-b3n/terramate-all-in-one/actions/workflows/test-and-release.yml/badge.svg)](https://github.com/m4s-b3n/terramate-all-in-one/actions/workflows/test-and-release.yml)
[![Test & Release](https://github.com/infinite-automations/terramate-all-in-one/actions/workflows/test-and-release.yml/badge.svg)](https://github.com/infinite-automations/terramate-all-in-one/actions/workflows/test-and-release.yml)

Run common terramate commands in a single GitHub action

Expand All @@ -27,7 +27,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Terramate
uses: m4s-b3n/[email protected]
uses: infinite-automations/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
apply: ${{ github.event_name != 'pull_request' }}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Terramate
uses: m4s-b3n/[email protected]
uses: infinite-automations/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -69,7 +69,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Terramate
uses: m4s-b3n/[email protected]
uses: infinite-automations/[email protected]
with:
apply: true
```
Expand Down

0 comments on commit f60999e

Please sign in to comment.