infrawise 0.4.1 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -174,7 +174,7 @@ jobs:
|
|
|
174
174
|
runs-on: ubuntu-latest
|
|
175
175
|
steps:
|
|
176
176
|
- uses: actions/checkout@v4
|
|
177
|
-
- uses: Sidd27/infrawise@
|
|
177
|
+
- uses: Sidd27/infrawise@v0
|
|
178
178
|
with:
|
|
179
179
|
fail-on: high # fail the PR on high severity findings (default)
|
|
180
180
|
env:
|
|
@@ -511,7 +511,8 @@ pnpm release minor # 0.1.2 → 0.2.0 (new features, backwards compatible)
|
|
|
511
511
|
pnpm release major # 0.1.2 → 1.0.0 (breaking changes)
|
|
512
512
|
pnpm release 1.5.0 # explicit version
|
|
513
513
|
|
|
514
|
-
git push origin main
|
|
514
|
+
git push origin main v1.2.3
|
|
515
|
+
git push origin v1 --force # update the floating major tag
|
|
515
516
|
```
|
|
516
517
|
|
|
517
518
|
Pushing a `v*.*.*` tag creates a draft GitHub release. Publishing that release triggers npm publish automatically.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "infrawise",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "CLI-first infrastructure intelligence platform — analyzes DynamoDB, PostgreSQL, MySQL, MongoDB, SQS, SNS, SSM, Secrets Manager, Lambda, CloudWatch Logs and exposes findings as an MCP server for Claude Code",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"infrastructure",
|