Skip to content

Commit 82e888d

Browse files
committed
2 parents a6944bb + dba46d7 commit 82e888d

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Features
44

55
* add CI/CD workflows with shellcheck, integration tests, and release automation ([eb2d451](https://github.com/Automations-Project/n8n-data-manager/commit/eb2d451ecb9031bf3c0433125de9614eb989f19e))
6+
* add GitHub Actions workflow for release management and badge updates ([a42bd0e](https://github.com/Automations-Project/n8n-data-manager/commit/a42bd0efb3ed71de2fd69cded2e3b2cf1e1a3813))
67
* add script to automatically update README badges with dynamic repository info ([ad9543a](https://github.com/Automations-Project/n8n-data-manager/commit/ad9543a6cc586450bac51f1bed9295759f9f077c))
78
* add script to automatically update README badges with dynamic version and repo info ([92861d5](https://github.com/Automations-Project/n8n-data-manager/commit/92861d5ba8f7399cfac38943f47e06275e5b3134))
89
* add script to dynamically update README badges with version and repo info ([59e3a10](https://github.com/Automations-Project/n8n-data-manager/commit/59e3a10014e74adbb817771663e4bacbd566321f))

n8n-manager.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ IFS=$'\n\t'
99
CONFIG_FILE_PATH="${XDG_CONFIG_HOME:-$HOME/.config}/n8n-manager/config"
1010

1111
# --- Global variables ---
12-
VERSION="3.0.14"
12+
VERSION="3.0.15"
1313
DEBUG_TRACE=${DEBUG_TRACE:-false} # Set to true for trace debugging
1414
SELECTED_ACTION=""
1515
SELECTED_CONTAINER_ID=""

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# n8n-manager: Backup & Restore for n8n Docker via GitHub
22
<!-- BADGE_VERSION -->
3-
<!-- Version badge will be auto-updated here -->
3+
[![Version](https://img.shields.io/badge/version-3.0.15-blue.svg)](https://github.com/Automations-Project/n8n-data-manager/releases/tag/v3.0.15)
44
<!-- BADGE_VERSION_END -->
55

66
<!-- BADGE_BUILD_STATUS -->
@@ -16,7 +16,7 @@
1616
<!-- BADGE_SHELLCHECK_END -->
1717

1818
<!-- BADGE_LICENSE -->
19-
<!-- License badge will be auto-updated here -->
19+
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
2020
<!-- BADGE_LICENSE_END -->
2121

2222
<!-- BADGE_STARS -->
@@ -36,7 +36,7 @@
3636
<!-- BADGE_OPEN_ISSUES_END -->
3737

3838
<!-- BADGE_LAST_COMMIT -->
39-
<!-- Last commit date badge will be auto-updated here -->
39+
[![Last Commit](https://img.shields.io/badge/last%20commit-2025-06-19-orange.svg)](https://github.com/Automations-Project/n8n-data-manager/commits/main)
4040
<!-- BADGE_LAST_COMMIT_END -->
4141

4242
<!-- BADGE_CODE_SIZE -->
@@ -293,4 +293,4 @@ Contributions are welcome! Please feel free to open issues on the GitHub reposit
293293

294294
## 📄 License
295295

296-
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
296+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)