Skip to content

Commit

Permalink
chore(main): release setup-jrsonnet 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 18, 2024
1 parent be0b737 commit d5e34d0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"actions/push-to-gcs": "0.1.0",
"actions/techdocs-rewrite-relative-links": "1.0.0",
"actions/validate-policy-bot-config": "1.0.0",
"actions/trigger-argo-workflow": "1.0.0"
"actions/trigger-argo-workflow": "1.0.0",
"actions/setup-jrsonnet": "1.0.0"
}
13 changes: 13 additions & 0 deletions actions/setup-jrsonnet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## 1.0.0 (2024-12-18)


### 🎉 Features

* introduce setup-jrsonnet action ([#619](https://github.com/grafana/shared-workflows/issues/619)) ([c4c7060](https://github.com/grafana/shared-workflows/commit/c4c706001d0f3c9cc6a9fcea394b071b2b33e52f))


### 🔧 Miscellaneous Chores

* **deps:** update actions/cache action to v4.2.0 ([#636](https://github.com/grafana/shared-workflows/issues/636)) ([c4422fc](https://github.com/grafana/shared-workflows/commit/c4422fc4a4fa6cddae3862c7df7b4ec5f251053f))
2 changes: 1 addition & 1 deletion actions/setup-jrsonnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Setup jrsonnet CLI and add it to the PATH, this action will pull the binary from
```
uses: grafana/shared-workflows/actions/[email protected]
with:
version: 0.5.0-pre96-test # Version of the jrsonnet CLI to install.
version: 1.0.0-test # Version of the jrsonnet CLI to install.
```

Expand Down

0 comments on commit d5e34d0

Please sign in to comment.