@@ -41,13 +41,6 @@ The format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.1.0
4141- ` tool.ruff ` section in ` pyproject.toml ` excluding auto-generated ` _version.py `
4242 and setting the minimum Python version. #170
4343- Module docstrings in template ` __init__.py ` files to avoid ruff D104. #170
44-
45- ### Changed
46-
47- - Default ` license ` is now ` Apache-2.0 ` (was ` MIT ` ). #151
48-
49- ### Added
50-
5144- New ` existing_license_file ` prompt: when set to the path of a license file
5245 already present in the project (e.g. ` LICENSE.md ` , ` LICENSE.txt ` ), the
5346 template skips generating a new ` LICENSE ` and points ` license-files ` in
@@ -61,10 +54,10 @@ The format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.1.0
6154- ` just gen-project ` tolerates a missing ` project/ ` directory. #161
6255- Generated YAML files (GitHub Actions, mkdocs) and ` test_data.py ` now pass
6356 default yamllint/ruff checks. #170
64- - Reject invalid ` project_name ` input (e.g. trailing dot, single character) at
65- the prompt with a friendly message instead of crashing later.
6657- ` just _update-linkml ` uses ` uv lock ` instead of ` uv add ` to avoid side-effect
6758 of adding linkml as main dependency. #159
59+ - Reject invalid ` project_name ` input (e.g. trailing dot, single character) at
60+ the prompt with a friendly message instead of crashing later. #159
6861- Force-push to ` gh-pages ` during docs deployment to avoid history conflicts. #154
6962- Align ` uv sync ` invocation in template workflows. #150
7063- Skip ShEx integration test on Python 3.13 and install dependencies in the
0 commit comments