Skip to content
Compare
Choose a tag to compare
@Justintime50 Justintime50 released this 28 Jun 05:07
· 141 commits to main since this release
f2839d9
  • Refactored app completely by splitting up all logic into separate modules
  • We now use the latest tag instead of release as releases can often be named instead of sticking to strict version numbers (closes #4, closes #7)
  • Adds an to the list of articles to strip out of formula descriptions
  • Changed Installation header in README updater to Install
  • Added better error handling surrounding the README updater
  • Exposed DEBUG logging to the user via the debug: true flag to assist in troubleshooting the GitHub Action if necessary
  • Made all functions static methods
  • Added better test coverage
  • Split up git add, commit, and push functionality for better flexibilty
  • Additional info and debugging statements for each step were added
  • Various small improvements and bug fixes