Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing auto-changelog + no auto-commit on version (explicit) #322

Merged
merged 2 commits into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/release.package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
run: |
git config --global user.email "auto-release@lokalise.com"
git config --global user.name "AUTO RELEASE"
npm config set git-tag-version=false

- name: Git pull
run: git pull origin main
Expand Down
9 changes: 0 additions & 9 deletions packages/app/universal-ts-utils/CHANGELOG.md

This file was deleted.

2 changes: 0 additions & 2 deletions packages/app/universal-ts-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"test:update-snapshots": "vitest -u",
"lint": "biome check . && tsc --project tsconfig.lint.json --noEmit",
"lint:fix": "biome check --write",
"version": "auto-changelog -p && git add CHANGELOG.md",
"prepublishOnly": "npm run build",
"postversion": "biome check --write package.json",
"package-version": "echo $npm_package_version"
Expand All @@ -36,7 +35,6 @@
"@lokalise/biome-config": "^1.0.0",
"@types/node": "^22.0.0",
"@vitest/coverage-v8": "^2.0.4",
"auto-changelog": "^2.4.0",
"typescript": "^5.5.4",
"vitest": "^2.0.4"
}
Expand Down
Loading