ci: test with release action
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
|||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
files: prometheus-exporter_*.zip
|
files: prometheus-exporter_*.zip
|
||||||
body_path: CHANGELOG.md
|
body: ${{ steps.tag.outputs.changelog }}
|
||||||
name: ${{ steps.tag.outputs.tag }}
|
name: ${{ steps.tag.outputs.tag }}
|
||||||
tag_name: ${{ steps.tag.outputs.tag }}
|
tag_name: ${{ steps.tag.outputs.tag }}
|
||||||
md5sum: true
|
md5sum: true
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
|
||||||
|
|
||||||
## 1.0.1 (2025-09-20)
|
|
||||||
|
|
||||||
## 1.1.0 (2025-09-20)
|
## 1.1.0 (2025-09-20)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "prometheus-exporter",
|
"name": "prometheus-exporter",
|
||||||
"version": "1.0.1",
|
"version": "1.0.0",
|
||||||
"title": "Prometheus Exporter for Factorio",
|
"title": "Prometheus Exporter for Factorio",
|
||||||
"author": "Bjorn Pijnacker",
|
"author": "Bjorn Pijnacker",
|
||||||
"factorio_version": "2.0",
|
"factorio_version": "2.0",
|
||||||
@@ -8,4 +8,4 @@
|
|||||||
"base >= 2.0"
|
"base >= 2.0"
|
||||||
],
|
],
|
||||||
"description": "Exports certain production and consumption metrics to Prometheus format, to be used by Prometheus/Grafana monitoring stack"
|
"description": "Exports certain production and consumption metrics to Prometheus format, to be used by Prometheus/Grafana monitoring stack"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user