Skip to content

Latest commit

 

History

History
87 lines (70 loc) · 5.22 KB

CHANGELOG.md

File metadata and controls

87 lines (70 loc) · 5.22 KB

CHANGELOG

Development

Notes

Commits

v0.1.1

Notes

  1. Deploy to Github Pages.

Pull Requests

Commits

v0.1.0

Notes

  1. Create repository.
  2. Add scripts.
  3. Add release workflow.
  4. Remove hard-coded variables.
  5. Simplify script naming.
  6. Create the autologs main executable.
  7. Make autologs a standalone executable.

Pull Requests

  • pull/2 Prelim Commit Documentation
  • pull/1 Installation Docs

Commits

  • abe0fe2 rename notes and fix pr title
  • c033197 move new tag naming into release
  • ce2fded fix pr dependency on max commits
  • d058793 fix ver vs tag typo
  • 81b58ac update release workflow
  • 3b83bad update install docs
  • 7e2c54f rename ver to tag
  • 7c1cfa9 fix changelog output file
  • c22a475 add fetch depth of 0 to checkout
  • 853bc8c run commands to stdout and to file
  • baebf25 add changelog usage docs
  • efe7f5b make autologs executable
  • e47ae92 fix uses typo
  • 3197dc0 test 'test' workflow
  • f2333e5 test lint workflow
  • 8983082 first lint with pre-commit
  • 60c8cda add release notes example
  • 365e6aa test markdown code rendering
  • a945418 Merge pull request #2 from ktmeaton/dev
  • de3dd7f start documenting commit usage
  • 1f05f16 proper writing to output file
  • f8c3eed bugfix in repo PR url
  • 0915673 Merge pull request #1 from ktmeaton/dev
  • 369d26b installation docs
  • 656890c rename notes dev title
  • 46eaf8f remove extension from autologs executable
  • 039e605 make autologs executable
  • 0f17291 fix target logs and notes path
  • e0333a7 remove modular scripts
  • b37fa89 self-contained changelog run
  • bc188e9 self-contained release run
  • 6ebcc31 self contained commits run
  • 8a2b88c functioning as submodules
  • 11a0400 work on positional parameters
  • 708d046 implement help and version
  • db2b13a create the autologs main executable
  • c598952 simplify script naming
  • 07fdd3d remove hard coded var in release notes
  • e000fd0 remove hard coded variables
  • c5aed92 create repository