Skip to content

Commit

Permalink
chore: remove changelog (#2513)
Browse files Browse the repository at this point in the history
we're not using anymore changelogs, the last changelog created was 3
years ago
  • Loading branch information
emersonlaurentino authored Oct 18, 2024
1 parent 0c86977 commit ce2b49e
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 15,621 deletions.
3,325 changes: 0 additions & 3,325 deletions CHANGELOG.md

This file was deleted.

586 changes: 0 additions & 586 deletions apps/site/CHANGELOG.md

This file was deleted.

42 changes: 0 additions & 42 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,47 +6,5 @@
"message": "[no ci] Release: %v"
}
},
"changelogPreset": {
"name": "conventionalcommits",
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "chore",
"section": "Chores"
},
{
"type": "docs",
"section": "Documentation"
},
{
"type": "style",
"section": "Style changes"
},
{
"type": "refactor",
"section": "Refactoring"
},
{
"type": "perf",
"section": "Performance"
},
{
"type": "test",
"section": "Tests"
}
],
"issuePrefixes": ["#"],
"issueUrlFormat": "{{host}}/{{owner}}/{{repository}}/issues/{{id}}",
"commitUrlFormat": "{{host}}/{{owner}}/{{repository}}/commit/{{hash}}",
"compareUrlFormat": "{{host}}/{{owner}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}",
"userUrlFormat": "{{host}}/{{user}}"
},
"packages": ["packages/*", "apps/*"]
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
],
"devDependencies": {
"@faststore/eslint-config": "^3.0.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
"lerna": "^8.0.0",
"prettier": "^3.1.0",
"turbo": "^2.1.3"
Expand Down
Loading

0 comments on commit ce2b49e

Please sign in to comment.