Commit Graph
9 Commits
Author SHA1 Message Date
a5r0nandGitHub 53d1614cda fix(ci): update README with latest version when releasing 2025-01-09 11:45:51 +02:00
a5r0nandGitHub b6146ba850 Update ci-version-bump.yml 2025-01-09 11:38:45 +02:00
renovate[bot]andGitHub 4bb8066349 chore(deps): update actions/setup-python action to v5 2024-10-17 18:53:37 +00:00
a5r0n 191ae1c59c Add output for NEW_VERSION and update PR comment action
* Add `::set-output name=NEW_VERSION::$NEW_VERSION` to make NEW_VERSION available as output
* Add `comment_tag: next_version` to the PR comment action configuration
2024-10-17 21:52:11 +03:00
a5r0n 1f2b48bb51 2024-10-17 21:48:26 +03:00
a5r0n f301cab5cd 2024-10-17 21:43:41 +03:00
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 6ccee1df37 Add new CI version bump workflow and update README
* **.github/workflows/ci-version-bump.yml**
  - Replace Node.js setup with Python setup
  - Install semver using pip
  - Use Python and semver for version bumping instead of npm

* **README.md**
  - Add instructions for the new CI version bump workflow
2024-10-17 21:30:27 +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