Skip to content

Commit aac0ee6

Browse files
actualwitchあで
authored and
あで
committed
Publish action (#1)
First pr to initialize autogenerated changelogs 🤞🏻
1 parent 63a907d commit aac0ee6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
changelog:
22
categories:
3-
- title: 💥
3+
- title: 💥 Breaking Changes
44
labels:
55
- Semver-Major
6-
- title: 🛠️
6+
- title: 🛠️ Improvements
77
labels:
88
- Semver-Minor
9-
- title: 🪲
9+
- title: 🪲 Bug Fixes
1010
labels:
1111
- Semver-Patch
12-
- title: 🤔
12+
- title: 🤔 Unlabeled
1313
- "*"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Just add the action as a step to your job, and provide the url of the prometheus
99

1010
```yaml
1111
steps:
12-
- uses: autometrics-dev/instrument-pipeline@v1
12+
- uses: autometrics-dev/instrument-pipeline@v0
1313
with:
1414
pushgateway: http://pushgateway.example.com/metrics
1515
- uses: actions/checkout@v3

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ inputs:
1313
description: "Comma separated list of buckets for duration histogram, with or without the brackets []"
1414
runs:
1515
using: "node16"
16-
main: "main.js"
17-
post: "post.js"
16+
main: "main/index.js"
17+
post: "post/index.js"

0 commit comments

Comments
 (0)