Skip to content

Commit 50f927b

Browse files
chore: generate changelog (#57)
Co-authored-by: ilbertt <12596698+ilbertt@users.noreply.github.com>
1 parent de9f250 commit 50f927b

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
## Unreleased
2+
3+
### Feat
4+
5+
- support `versionInTitle` input in assemble-docs action (#52)
6+
- `install_allow_scripts` input in `setup-deno` action (#50)
7+
- assemble-docs action (#46)
8+
- extract version action (#45)
9+
- submit-docs action (#47)
10+
- add setup-deno action, and add use_pnpm option to pnpm-publish action
11+
- add node version input to setup pnpm action
12+
- add major version zero attribute to bump version action
13+
- add npm publish and is beta tag actions
14+
- include pr description in commitizen message check
15+
- use target branch for cz check
16+
- add optional prerelease input to bump version action
17+
- remove auto pr approval and add support for github app token generation
18+
- add check pr title workflow
19+
- add generate release notes action
20+
- add version output to bump version action
21+
- add check commit messages workflow
22+
- add bump version and generate changelog actions & workflow
23+
- add actions to check commit messages and pr title
24+
- add actions to setup python and commitizen
25+
- **create-pr-action**: do not fail if there are no changes to commit
26+
- **create-pr**: add create-pr action
27+
- add approve pr action
28+
- initial commit
29+
30+
### Fix
31+
32+
- the self-generate-changelog workflow (#56)
33+
- make sure path is absolute in assemble-docs zip (#53)
34+
- versions.json correct path
35+
- update versions.json entry by index
36+
- concat PR title and PR description in file (#40)
37+
- concat strings without `printf` (#39)
38+
- parse inputs from environment (#38)
39+
- add missing shell prop to is beta tag, and npm publish actions
40+
- bump version not outputting beta version and is beta outputting string boolean
41+
- check commit messages target branch ref
42+
- map bump version output correctly
43+
- set bump version output correctly
44+
- incorrect bump version output label
45+
- remove useless inputs
46+
- add missing merge method input
47+
- use the same branch name for creating the commit as the pr
48+
- push branch to repo before creating pr
49+
- configure user name and email correctly
50+
- incorrect type in generate changelog workflow
51+
- move workflows to correct location
52+
- resuable workflows
53+
- check pr title action parameter
54+
- do not cache pip project dependencies for python

0 commit comments

Comments
 (0)