Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"actions/build-and-push-helm": "1.0.0",
"actions/eslint": "1.0.0",
"actions/helm-lint": "1.0.0",
"actions/openapi-lint": "1.0.0",
"actions/openapi-lint": "2.0.0",
"actions/update-artifacts-file": "1.0.0",
".": "6.0.0"
}
12 changes: 12 additions & 0 deletions actions/openapi-lint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## [2.0.0](https://github.com/MapColonies/shared-workflows/compare/openapi-lint-v1.0.0...openapi-lint-v2.0.0) (2025-04-22)


### ⚠ BREAKING CHANGES

* **workflows:** break workflows into actions ([#41](https://github.com/MapColonies/shared-workflows/issues/41))

### ♻️ Code Refactoring

* **workflows:** break workflows into actions ([#41](https://github.com/MapColonies/shared-workflows/issues/41)) ([0a98534](https://github.com/MapColonies/shared-workflows/commit/0a9853421116d3bcc4cae4681977857cbc518e51))
2 changes: 1 addition & 1 deletion actions/openapi-lint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This GitHub Action installs Node.js dependencies, runs code linting, and validat

```yaml
- name: Run OpenAPI Lint
uses: MapColonies/shared-workflows/actions/openapi-lint@openapi-lint-v1.0.0
uses: MapColonies/shared-workflows/actions/openapi-lint@openapi-lint-v2.0.0
with:
node_version: "20"
openapi-file: "./openapi3.yaml"
Expand Down