Skip to content

Commit 4f2d12b

Browse files
chore(changelog): generate changelog and add sections to release-please config
1 parent 5e2bae5 commit 4f2d12b

2 files changed

Lines changed: 69 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 55 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,57 @@
11
# Changelog
22

3-
This changelog is automatically generated. Do not edit manually!
4-
5-
## Unreleased
6-
- chore: bootstrap releases for path: . ([#81](https://github.com/grafana/github-api-commit-action/pull/81)) - [@abannachGrafana](https://github.com/abannachGrafana) - 2025-04-21
7-
- test: fix conditionals for test cases ([#77](https://github.com/grafana/github-api-commit-action/pull/77)) - [@abannachGrafana](https://github.com/abannachGrafana) - 2025-04-10
8-
- chore: trigger tests via workflow call, dispatch or push to main ([#75](https://github.com/grafana/github-api-commit-action/pull/75)) - [@abannachGrafana](https://github.com/abannachGrafana) - 2025-04-10
9-
- chore: update workflows with secrets ([#72](https://github.com/grafana/github-api-commit-action/pull/72)) - [@abannachGrafana](https://github.com/abannachGrafana) - 2025-04-10
10-
- fix: test workflow use default checkout ref for pull request ([#68](https://github.com/grafana/github-api-commit-action/pull/68)) - [@abannachGrafana](https://github.com/abannachGrafana) - 2025-04-09
11-
- fix: pr create steps ([#61](https://github.com/grafana/github-api-commit-action/pull/61)) - [@abannachGrafana](https://github.com/abannachGrafana) - 2025-02-13
12-
- feat(action): add ability to use checked out repo instead of action context repo - [@abannachGrafana](https://github.com/abannachGrafana) - 2023-09-19
13-
- chore(cleanup): Readme updates, remove unused code ([#6](https://github.com/grafana/github-api-commit-action/pull/6)) - [@abannachGrafana](https://github.com/abannachGrafana) - 2023-04-25
14-
- feat(action): Add logging to action and improve workflow ([#4](https://github.com/grafana/github-api-commit-action/pull/4)) - [@abannachGrafana](https://github.com/abannachGrafana) - 2023-04-24
3+
## [0.3.1] - 2025-02-13
4+
5+
### 🐛 Bug Fixes
6+
7+
- Validate tokenized urls (#59)
8+
- Pr create steps (#61)
9+
10+
### ⚙️ Miscellaneous Tasks
11+
12+
- Update commit hash in readme; add test for delete (#58)
13+
- Add auto update and merge workflows (#60)
14+
- Update changelog [bot] (#62)
15+
16+
## [0.3.0] - 2025-02-10
17+
18+
### 💼 Other
19+
20+
- [**breaking**] Convert action to use graphql mutation (#57)
21+
22+
## [0.2.0] - 2023-09-19
23+
24+
### 🚀 Features
25+
26+
- Add ability to commit to checked out repo instead of context repo
27+
28+
### ⚙️ Miscellaneous Tasks
29+
30+
- *(version)* Update version in readme and update changelog
31+
- Update readme, changelog and commit message in update changelog
32+
- Fix linting error and rebuild action
33+
34+
## [0.1.0] - 2023-04-25
35+
36+
### 🚀 Features
37+
38+
- *(wip)* Begin pulling in pieces of action
39+
- *(commit-flow)* Add in remaining steps to commit files
40+
- *(github)* Use * as github instead of default import
41+
- *(exec)* Use * as exec instead of default export
42+
- *(cwd)* Remove cwd option as it said it doesnt exist. Not sure if its considered relative or not
43+
- *(cd)* Remove cd because it wasn't available
44+
- *(action)* Add logging to action and improve workflow (#4)
45+
46+
### ⚙️ Miscellaneous Tasks
47+
48+
- *(build)* Disable codeql until repo is public, build action
49+
- *(pwd)* Add pwd command to see what the directory structure looks like
50+
- *(pwd)* Add realpath to see what the path of the files are
51+
- *(path)* Print out realpath of file
52+
- *(rootDir)* Remove reference to rootdir to see if action can see files
53+
- *(debug)* Add debug logging
54+
- *(trim)* Trim the output of any execs
55+
- *(cleanup)* Readme updates, remove unused code (#6)
56+
57+
<!-- generated by git-cliff -->

release-please-config.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,20 @@
66
"bump-minor-pre-major": false,
77
"bump-patch-for-minor-pre-major": false,
88
"draft": false,
9-
"prerelease": false
9+
"prerelease": false,
10+
"changelog-sections": [
11+
{ "type":"feat", "section": "🚀 Features" },
12+
{ "type":"feature", "section": "🚀 Features" },
13+
{ "type":"fix", "section": "🐛 Bug Fixes" },
14+
{ "type":"doc", "section": "📚 Documentation"},
15+
{ "type":"docs", "section": "📚 Documentation" },
16+
{ "type":"perf", "section": "⚡ Performance" },
17+
{ "type":"refactor", "section": "🚜 Refactor" },
18+
{ "type":"style", "section": "🎨 Styling" },
19+
{ "type":"test", "section": "🧪 Testing" },
20+
{ "type":"chore", "section": "⚙️ Miscellaneous Tasks" },
21+
{ "type":"deps", "section": "📦 Dependency Updates" }
22+
]
1023
}
1124
},
1225
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"

0 commit comments

Comments
 (0)