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

chore(ci): set conventional-changelog header config; #5406

Merged
merged 20 commits into from Dec 25, 2022
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
3f2f496
chore(ci): Add release-it script;
DigitalBrainJS Dec 10, 2022
1bfc41b
Merge branch 'chore/release-it' into v1.x
DigitalBrainJS Dec 10, 2022
acaf0f4
Merge branch 'v1.x' of https://github.com/axios/axios into v1.x
DigitalBrainJS Dec 15, 2022
8a5de86
Merge branch 'v1.x' of https://github.com/axios/axios into v1.x
DigitalBrainJS Dec 15, 2022
cff9271
Merge branch 'v1.x' of https://github.com/axios/axios into v1.x
DigitalBrainJS Dec 17, 2022
67afe20
Merge branch 'v1.x' of https://github.com/axios/axios into v1.x
DigitalBrainJS Dec 19, 2022
5098f4e
fix(utils): redesigned logic for obtaining the global link;;
DigitalBrainJS Dec 19, 2022
502b45e
chore(git): updated .gitignore;
DigitalBrainJS Dec 19, 2022
6a00117
chore(git): fix husky prepare script;
DigitalBrainJS Dec 19, 2022
e348973
Merge branch 'v1.x' of https://github.com/axios/axios into fix/ci
DigitalBrainJS Dec 19, 2022
4ac677a
chore(github): reworked npm release action step;
DigitalBrainJS Dec 20, 2022
3422dbb
chore(ci): add CHANGELOG.md contributors section generator;
DigitalBrainJS Dec 20, 2022
d42e790
chore(deps): add `auto-changelog` to package.json;
DigitalBrainJS Dec 20, 2022
1358105
chore(ci): improved logging for contributors section generator;
DigitalBrainJS Dec 20, 2022
8134adb
Merge branch 'v1.x' of https://github.com/axios/axios into fix/ci
DigitalBrainJS Dec 20, 2022
ef8e403
chore(changelog): fix automatic contributors resolving;
DigitalBrainJS Dec 23, 2022
0b8a5ab
Merge branch 'v1.x' into fix/ci
DigitalBrainJS Dec 23, 2022
c5ad104
Merge branch 'v1.x' of https://github.com/axios/axios into fix/ci
DigitalBrainJS Dec 25, 2022
bc589f6
chore(ci): set `conventional-changelog` header config;
DigitalBrainJS Dec 25, 2022
f2d025d
Merge remote-tracking branch 'origin/fix/ci' into fix/ci
DigitalBrainJS Dec 25, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -170,7 +170,8 @@
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md"
"infile": "CHANGELOG.md",
"header": "# Changelog"
}
},
"hooks": {
Expand Down