Skip to content

Commit

Permalink
release: bump version to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomiguelino committed Feb 1, 2025
1 parent 3aa57eb commit 301a34a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/developer-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ The integration is automatically deployed to Zapier when a new version tag is pu
1. Create and push a new version tag:

```bash
git tag -a v0.4.0 -m "New release"
git push origin v0.4.0
git tag -a v0.5.0 -m "New release"
git push origin v0.5.0
```

2. The GitHub Action will:
Expand All @@ -158,9 +158,9 @@ The integration is automatically deployed to Zapier when a new version tag is pu
## Version Management

- Use semantic versioning (MAJOR.MINOR.PATCH)
- Tag format: `v*.*.*` (e.g., v0.4.0, v1.0.0)
- Tag format: `v*.*.*` (e.g., v0.5.0, v1.0.0)
- Pre-release versions: Use `-beta`, `-alpha` suffixes

## License

See [LICENSE](/LICENSE) file for details.
See [LICENSE](/LICENSE) file for details.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zapier-screenly",
"version": "0.4.0",
"version": "0.5.0",
"description": "Screenly integration for Zapier platform",
"main": "index.js",
"type": "commonjs",
Expand Down

0 comments on commit 301a34a

Please sign in to comment.