5 Commits
Author SHA1 Message Date
a5r0n 098bec3277 Add new workflow for version bumping and update README
* **README.md**
  - Add instructions for the new workflow
  - Update steps to include Python environment setup and `python semver` installation

* **.github/workflows/ci-version-bump.yml**
  - Add condition to only push version changes on main branch runs
  - Add step to comment on the next version to publish after a PR merge

* **renovate.json**
  - Update to include chart version bumping
2024-10-17 21:39:19 +03:00
a5r0n 6292c9eda0 ci: Add workflow to automate chart version bump & release
Fixes #49

Add a new workflow to automate chart version bump and release.

* **New Workflow**: Add `.github/workflows/ci-version-bump.yml` to automate version bumps.
  - Bump patch version on n8n major/minor and patch for n8n patch versions.
  - Bump minor version for template changes.
* **Renovate Configuration**: Update `renovate.json` to include chart version bumping.
  - Add package rules for Docker and template changes.
  - Set bump version to patch for Docker and minor for template changes.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/a5r0n/n8n-chart/issues/49?shareId=XXXX-XXXX-XXXX-XXXX).
2024-10-17 21:07:25 +03:00
a5r0n 7bd37f217e ci: Update renovate to bump appVersion in Chart.yaml 2023-12-08 14:28:04 +02:00
a5r0nandGitHub 9e15d43c98 Update renovate.json 2023-03-12 18:45:07 +02:00
Renovate Bot 643b748d98 chore(deps): add renovate.json 2021-11-04 16:07:25 +00:00