feat: add release - #69
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a release feature by adding a script to update the manifest file and a GitHub Actions workflow to automate the release process.
- Added a new Node.js script (scripts/update-manifest.js) that updates the version field in the manifest.
- Added a GitHub Actions workflow (.github/workflows/release.yaml) to handle both dry-run and actual releases.
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| scripts/update-manifest.js | New script to update the manifest version. |
| .github/workflows/release.yaml | Workflow configuration for release automation. |
Files not reviewed (1)
- .releaserc: Language not supported
ce408cd to
ffa1260
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a new release mechanism by adding a Python script to update the version in manifest.json and a GitHub Actions workflow to manage release jobs.
- Adds scripts/update_manifest.py to update the manifest version.
- Introduces .github/workflows/release.yaml to automate dry-run and actual releases.
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| scripts/update_manifest.py | New script that updates the version in the manifest file. |
| .github/workflows/release.yaml | New workflow with jobs for dry-run and release automation. |
Files not reviewed (1)
- .releaserc: Language not supported
|
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 3.11.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
# 1.0.0 (2025-04-22) ### Bug Fixes * change on climate feature ([#67](#67)) ([1017ab2](1017ab2)) * release config ([5836110](5836110)) * translation key ([#65](#65)) ([3774c69](3774c69)) ### Features * Add capacity to disable check host on push ([#66](#66)) ([695c721](695c721)) * add release ([#69](#69)) ([2530fef](2530fef))
# [3.11.0](3.10.1...3.11.0) (2025-04-22) ### Features * add release ([#69](#69)) ([70c289f](70c289f))
# [3.11.0](3.10.1...3.11.0) (2025-04-22) ### Features * add release ([#69](#69)) ([f04127f](f04127f))
# [3.11.0](3.10.1...3.11.0) (2025-04-22) ### Features * add release ([#69](#69)) ([f04127f](f04127f))
# [3.11.0](3.10.1...3.11.0) (2025-04-22) ### Features * add release ([#69](#69)) ([f04127f](f04127f))
# [3.11.0](3.10.1...3.11.0) (2025-04-22) ### Features * add release ([#69](#69)) ([f04127f](f04127f))
No description provided.