Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Releases: caltechlibrary/py-cli-template

Release 1.5.0 – add starting test cases for testing CLI

22 Jul 22:04
Compare
Choose a tag to compare

This release adds a test file to help start testing the CLI.

Release 1.4.0 – new approach to `.gitignore`

15 Jul 01:43
Compare
Choose a tag to compare

This release changes the default .gitignore contents and the recommended practices around it.

The new approach is to add only project-specific rules in the .gitignore. Rules that apply to a person's way of doing things (and the particular tools they happen to use) should instead go into a user's global git ignore file. For example, Emacs checkpoint and backup files are things that are not specific to a given project; rather, Emacs users will see them created everywhere, in all projects, because they're a byproduct of using Emacs, not a consequence of working on a particular project. Thus, they belong in a user's global ignores list, not in this project .gitignore.

Release 1.3.2 – fix more hardwired paths in Makefile

12 Jul 17:52
Compare
Choose a tag to compare

This fixes a couple of more cases where paths in the Makefile should have been variables.

Release 1.3.1 – minor fix to Makefile

11 Jul 17:38
Compare
Choose a tag to compare

This fixes a case where a hardwired directory path should have been a reference to a variable.

Release 1.3.0 – various improvements

08 Jul 01:20
Compare
Choose a tag to compare

Many files touched, including Makefile, setup.py, CITATION.cff, others. Also, added GitHub issue and PR templates, and a starting point for writing tests. The Makefile has new targets for "make tests" and "make lint".

Release 1.2.0 – auto-generate codemeta and citation.cff files

16 Oct 00:41
Compare
Choose a tag to compare

The main feature of this release is that it now replaces the repo template files with templates for the destination repo, and substitutes variables inside.

Release 1.1.0 – new Makefile and misc fixes

15 Oct 23:50
Compare
Choose a tag to compare

This adds a Makefile, and fixes some issues.

Release 1.0.0 – first complete template

15 Oct 02:50
Compare
Choose a tag to compare

This is the first complete template.