Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 38a18ec

Browse files
authored
Provide temporary directory to developers of project-local commands (#60)
1 parent ccece0f commit 38a18ec

31 files changed

Lines changed: 708 additions & 595 deletions

.docsub.toml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
dist/
2+
.docsub/
23
__pycache__/
34
.python-version
45
.venv/

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file. Changes for the *upcoming release* can be found in [News directory](https://github.com/makukha/docsub/tree/main/src/docsub/news.d).
3+
All notable changes to this project will be documented in this file. Changes for the *upcoming release* can be found in [News directory](https://github.com/makukha/docsub/tree/main/NEWS.d).
44

5-
> [!NOTE]
6-
> * The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7-
> * This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5+
* The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6+
* This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
87

98
<!-- towncrier release notes start -->
109

File renamed without changes.

NEWS.d/58.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Provide temporary directory to author of project-local commands

NEWS.d/58.breaking.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Switch back to click because of more conservative formatting

NEWS.d/58.breaking.2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Changed default config file name to `docsub.toml`

NEWS.d/58.breaking.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Renamed `ExecConfig.workdir` and `IncludeConfig.basedir` to `work_dir` and `base_dir`

0 commit comments

Comments
 (0)