Skip to content

Latest commit

 

History

History
119 lines (67 loc) · 5.82 KB

File metadata and controls

119 lines (67 loc) · 5.82 KB

Changelog

1.0.0 (2025-05-07)

⚠ BREAKING CHANGES

  • add token to remote URL so remote operations have auth (#111)

🚀 Features

  • add token to remote URL so remote operations have auth (#111) (219f96d)

0.4.3 (2025-05-06)

🧪 Testing

  • improve test workflow to reduce boilerplate (#104) (702c057)

📦 Dependency Updates

  • deps: bump grafana/github-api-commit-action from 0.4.0 to 0.4.2 (#102) (f5788fb)

0.4.2 (2025-04-22)

📚 Documentation

  • CONTRIBUTING: add contribution guide (#99) (6bdf8f1)

0.4.1 (2025-04-21)

📚 Documentation

  • README: add releases section to README template (#93) (80353e9)

0.4.0 (2025-04-21)

🚀 Features

  • improve support for larger commits (cae2afb)

🐛 Bug Fixes

  • support no changes (#67) (665f5a0)
  • test workflow use default checkout ref for pull request (#68) (ee8e5db)

🧪 Testing

⚙️ Miscellaneous Tasks

  • add vault secrets to workflows; update test to pull_request_target (#72) (e884679)
  • bootstrap release-please config (#81) (a1de24a)
  • changelog: generate changelog and add sections to release-please config (#86) (f76be42)
  • deps: bump actions/create-github-app-token from 1 to 2 (#79) (412b51b)
  • deps: bump grafana/github-api-commit-action from 0.3.0 to 0.3.1 (#65) (cdc46bd)
  • trigger tests via workflow call, dispatch or push to main (#75) (f72ba3b)

[0.3.1] - 2025-02-13

🐛 Bug Fixes

  • Validate tokenized urls (#59)
  • Pr create steps (#61)

⚙️ Miscellaneous Tasks

  • Update commit hash in readme; add test for delete (#58)
  • Add auto update and merge workflows (#60)

[0.3.0] - 2025-02-10

💼 Other

  • [breaking] Convert action to use graphql mutation (#57)

[0.2.0] - 2023-09-19

🚀 Features

  • Add ability to commit to checked out repo instead of context repo

⚙️ Miscellaneous Tasks

  • (version) Update version in readme and update changelog
  • Update readme, changelog and commit message in update changelog
  • Fix linting error and rebuild action

[0.1.0] - 2023-04-25

🚀 Features

  • (wip) Begin pulling in pieces of action
  • (commit-flow) Add in remaining steps to commit files
  • (github) Use * as github instead of default import
  • (exec) Use * as exec instead of default export
  • (cwd) Remove cwd option as it said it doesnt exist. Not sure if its considered relative or not
  • (cd) Remove cd because it wasn't available
  • (action) Add logging to action and improve workflow (#4)

⚙️ Miscellaneous Tasks

  • (build) Disable codeql until repo is public, build action
  • (pwd) Add pwd command to see what the directory structure looks like
  • (pwd) Add realpath to see what the path of the files are
  • (path) Print out realpath of file
  • (rootDir) Remove reference to rootdir to see if action can see files
  • (debug) Add debug logging
  • (trim) Trim the output of any execs
  • (cleanup) Readme updates, remove unused code (#6)