Commit Graph

36 Commits

Author SHA1 Message Date
aaf95da610 Fix workflow 2024-08-27 23:59:35 -07:00
834ac8f3fc body_file → body-file 2024-08-27 22:29:35 -07:00
9cdbef73aa try main branch yaclog 2024-08-27 22:19:46 -07:00
93439d0827 rework CI 2024-08-27 22:18:14 -07:00
9a8d3a608b Fix deployment 2024-08-27 01:16:59 -07:00
f8ba353560 Release Version 1.0.3
### Changed

- Adjusted dependencies. Click <8 is no longer supported
- When stdout is not a tty, only the output file path is printed

### Added

- Added Github Action
2024-08-26 23:52:01 -07:00
17acf53a87 Require compatible with yaclog 1.0.0
I might change the API someday
2024-08-26 23:51:43 -07:00
40bff2ac00 PEP621ify things 2024-08-26 23:49:11 -07:00
553ed836bb
Merge pull request #3 from drewcassidy/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2024-08-26 23:43:35 -07:00
dependabot[bot]
c534acd525
Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-27 06:42:51 +00:00
b8b8c82d09 Add action.yaml 2024-08-26 23:42:21 -07:00
dffcea2994 Start running dependabot 2024-08-26 23:42:12 -07:00
be3e5e4325 Setup trusted environment deployment 2024-08-26 23:40:54 -07:00
a96073cb67 print outpath only when not writing to a tty 2024-08-26 21:50:00 -07:00
939b39c3e6 Addresses #2 2024-08-25 23:03:03 -07:00
6bc2ec1940 Release Version 1.0.2
### Changed

- Updated to support Click version 8
2021-05-11 19:46:57 -07:00
485a387da7 Modify changelog 2021-05-11 19:44:28 -07:00
724c163f3c Support click version 8 2021-05-11 19:42:56 -07:00
8462861479 Fix readme 2021-05-07 15:54:20 -07:00
d170e0b1e7 Version 1.0.0
### Changed

- Updated API for yaclog to 1.0.0
- Renamed '--input' option to '--path' for consistency with yaclog, and added an environment variable for its value
2021-05-07 15:48:24 -07:00
1861f7a4b6 Consistancy with yaclog 2021-05-07 15:48:07 -07:00
d1dd6ce24b Automate github releases 2021-05-07 14:29:14 -07:00
adc5c66067 Update yaclog API for in-dev version 2021-05-06 23:17:42 -07:00
7fd046bc3d Version 0.2.0
### Changed

- Generator now adds a comment to files stating they were automatically created by this tool.
- Tweaks and fixes to project metadata in setup.cfg.
- Marked version compatibility with yaclog.
2021-05-06 14:55:18 -07:00
eeabf52b02 Fix python_requires tag 2021-04-17 21:50:10 -07:00
7468c3c46f cfgnode cleanup and update CHANGELOG.md 2021-04-17 19:06:44 -07:00
55352697dd add newline to end of comment 2021-04-17 14:49:20 -07:00
bc0ddc1ff3 refactor imports 2021-04-17 14:37:28 -07:00
9c4eecb0a3 Add copyright notice 2021-04-17 14:35:44 -07:00
12bffc1093 Add more links 2021-04-17 00:28:48 -07:00
fe6ca6559a Add comment in generated files saying it was autogenerated 2021-04-16 23:01:46 -07:00
8d8455898c Version 0.1.1 2021-04-16 22:24:44 -07:00
53cbdc4455 fix typo in README.md 2021-04-16 21:11:00 -07:00
d742279dd1 fix typo in README.md 2021-04-16 21:10:07 -07:00
2f998fdde8 Working tool 2021-04-16 21:08:54 -07:00
5f8b4d8645
Initial commit 2021-04-16 17:16:31 -07:00