Skip to content

v2.6.10

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Apr 06:50
· 93 commits to main since this release
516b466
fix(debug): disable use of debug log persistance (+misc) (#2086)

[1] -----
Remove logic for persisting to 'debug.log' for easier debugging, only temporarily.
[2] -----
Disable 'dev branch reset' workflow, as it interferes with development workflow. Will be updated to reset a 'release' branch instead.
[3] -----
Update '.gitignore' to remove 'debug.log' file from GIT and ran a 'git rm --cached' on it to remove it.