diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 02042d9..65d2b00 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -42,7 +42,7 @@ jobs: uses: akkuman/gitea-release-action@v1 with: files: prometheus-exporter_*.zip - body_path: CHANGELOG.md + body: ${{ steps.tag.outputs.changelog }} name: ${{ steps.tag.outputs.tag }} tag_name: ${{ steps.tag.outputs.tag }} md5sum: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c7321c..b5ed66a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. -## 1.0.1 (2025-09-20) - ## 1.1.0 (2025-09-20) diff --git a/src/info.json b/src/info.json index caf9002..eba1d8b 100644 --- a/src/info.json +++ b/src/info.json @@ -1,6 +1,6 @@ { "name": "prometheus-exporter", - "version": "1.0.1", + "version": "1.0.0", "title": "Prometheus Exporter for Factorio", "author": "Bjorn Pijnacker", "factorio_version": "2.0", @@ -8,4 +8,4 @@ "base >= 2.0" ], "description": "Exports certain production and consumption metrics to Prometheus format, to be used by Prometheus/Grafana monitoring stack" -} +} \ No newline at end of file