Skip to content

Commit ceee0ae

Browse files
authored
fix: update release workflow and versioning for consistency (#43)
1 parent 2e3bc86 commit ceee0ae

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.github/workflows/build-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
token: ${{ secrets.GITHUB_TOKEN }}
18+
fetch-depth: 0
1819

1920
- uses: actions/setup-node@v4
2021
with:

.release-it.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"$schema": "https://unpkg.com/release-it@19/schema/release-it.json",
3+
"git": {
4+
"requireCleanWorkingDir": false
5+
},
36
"npm": {
47
"publishArgs": ["--provenance", "--access", "public"],
58
"skipChecks": true

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,13 @@ Helpful link for beginners: [Try it out](https://docs.n8n.io/try-it-out/)
9898

9999
## Version history
100100

101+
- **v1.0.18**:
102+
- Fixed release workflow (clean working directory check, full git history fetch)
103+
- Synced package.json version with npm registry
104+
101105
- **v1.0.17**:
102106
- Fixed release workflow configuration
103107
- Added GITHUB_TOKEN for automated GitHub releases
104-
- Synced package.json version with npm registry
105108

106109
- **v1.0.15**:
107110
- Added segment actions for Email Marketing (Reach)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-nodes-hostinger-api",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "Hostinger API n8n Node",
55
"keywords": [
66
"n8n-community-node-package"

0 commit comments

Comments
 (0)