|
1 | 1 | # Changelog |
2 | 2 |
|
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 --> |
0 commit comments