Niklas Rosenstein
|
cd22fc72cf
|
(nr.shore) bump version to 0.0.13
|
1 year ago |
Niklas Rosenstein
|
00bd46e59b
|
update Publishing docs
|
1 year ago |
Niklas Rosenstein
|
d0237867e6
|
add missing manifest include for dev-install template
|
1 year ago |
Niklas Rosenstein
|
cb5ff4d15b
|
add docs to "shore verify" command
|
1 year ago |
Niklas Rosenstein
|
2c5d7b5f37
|
(nr.shore) bump version to 0.0.12
|
1 year ago |
Niklas Rosenstein
|
237381e810
|
"shore build" and "shore publish" now filter targets with fnmatch
|
1 year ago |
Niklas Rosenstein
|
8e3296eecc
|
shore publish: rename --rebuild/--no-rebuild to --build/--no-build
|
1 year ago |
Niklas Rosenstein
|
3571a0e32f
|
Monorepo.get_build_targets() and .get_publish_targets() now includes the targets of child packages, but "shore publish -a" is only allowed if Monorepo.mono_versioning is enabled
|
1 year ago |
Niklas Rosenstein
|
169868ae2e
|
update output formatting of "shore publish -l"
|
1 year ago |
Niklas Rosenstein
|
9bcc64e5d9
|
(nr.shore) bump version to 0.0.11
|
1 year ago |
Niklas Rosenstein
|
3b89e50601
|
add -l,--list and -a,--all flags to "shore publish" command
|
1 year ago |
Niklas Rosenstein
|
24848b272e
|
(nr.shore) bump version to 0.0.10
|
1 year ago |
Niklas Rosenstein
|
ab3a1fd04a
|
fix error in _resolve_envvar() for pypi plugin
|
1 year ago |
Niklas Rosenstein
|
5a744ea1ba
|
rename package from shore-release-tool to nr.shore
|
1 year ago |
Niklas Rosenstein
|
adf0f4bcdd
|
add docs
|
1 year ago |
Niklas Rosenstein
|
e225f8c3a7
|
make PyPI plugin configurable
|
1 year ago |
Niklas Rosenstein
|
e1804eef32
|
added IBasePlugin.get_default_config()
|
1 year ago |
Niklas Rosenstein
|
92ec1c23d1
|
"shore publish" no longer stops if package is marked private, but the default pypi plugin is no longer added
|
1 year ago |
Niklas Rosenstein
|
b58c839b24
|
(shore-release-tool) bump version to 0.0.9
|
1 year ago |
Niklas Rosenstein
|
2bed086150
|
implement #18: Support single-file modules
|
1 year ago |
Niklas Rosenstein
|
a2f0dffda6
|
(shore-release-tool) bump version to 0.0.8
|
1 year ago |
Niklas Rosenstein
|
098555f7c9
|
fix package error if author/version does not match with the metadata of the Python package entrypoint file
|
1 year ago |
Niklas Rosenstein
|
e44b860d37
|
(shore-release-tool) bump version to 0.0.7
|
1 year ago |
Niklas Rosenstein
|
773d7b8e83
|
only include *.yaml *.py and *.md in manifest
|
1 year ago |
Niklas Rosenstein
|
e4ee6245a1
|
fix dev-install
|
1 year ago |
Niklas Rosenstein
|
a404815d69
|
(shore-release-tool) bump version to 0.0.6
|
1 year ago |
Niklas Rosenstein
|
827175068e
|
set include_package_data to True by default
|
1 year ago |
Niklas Rosenstein
|
09da424784
|
(shore-release-tool) bump version to 0.0.5
|
1 year ago |
Niklas Rosenstein
|
7cfdb3a07d
|
fix dev-install template rendering
|
1 year ago |
Niklas Rosenstein
|
87ce3f8f77
|
(shore-release-tool) bump version to 0.0.4
|
1 year ago |
Niklas Rosenstein
|
89e52518ac
|
add Package.local_name and Monorepo.local_name, "shore status" now prints the local name
|
1 year ago |
Niklas Rosenstein
|
0f5843987f
|
"shore status" no longer includes the Monorepo if it does not have a version number
|
1 year ago |
Niklas Rosenstein
|
6b9d3d6ea8
|
implement "shore new --monorepo"
|
1 year ago |
Niklas Rosenstein
|
8d43542456
|
clear ObjectCache before calling publish() from "shore bump --publish"
|
1 year ago |
Niklas Rosenstein
|
354dc55965
|
add --publish and --push flags to "shore bump" command
|
1 year ago |
Niklas Rosenstein
|
e87ddf024a
|
use "sys.executable -m twine" instead of "twine" when running PyPI publish
|
1 year ago |
Niklas Rosenstein
|
cb1a2f873b
|
"shore bump" now always creates a commit, even if no files changed because of --force and a version number that was already set
|
1 year ago |
Niklas Rosenstein
|
d3e6806b1c
|
add __pycache__ to .gitignore
|
1 year ago |
Niklas Rosenstein
|
9bdc42ba7f
|
update dev-install plugin
|
1 year ago |
Niklas Rosenstein
|
78b9572dfa
|
include shore version in generated files
|
1 year ago |
Niklas Rosenstein
|
9f7b16b747
|
Merge branch 'develop'
|
1 year ago |
Niklas Rosenstein
|
b047fe7b59
|
respect --modulename argument in "shore new" when creating source files (fix #15)
|
1 year ago |
Niklas Rosenstein
|
ed2dc52545
|
core plugin now yields a warning if py.typed exists but Package.typed is not set
|
1 year ago |
Niklas Rosenstein
|
9952b06b46
|
add "typed" property for packages which will let the setuptools plugin render a "py.typed" file and include it in the manifest
|
1 year ago |
Niklas Rosenstein
|
3deb8d876a
|
add requirements-file plugin
|
1 year ago |
Niklas Rosenstein
|
8110e8314c
|
fix #14, add unit tests for VersionSelector class
|
1 year ago |
Niklas Rosenstein
|
f64f299516
|
update .gitignore
|
1 year ago |
Niklas Rosenstein
|
793c422b55
|
update deserialize implementations
|
1 year ago |
Niklas Rosenstein
|
83221ee1d9
|
remove unused import
|
1 year ago |
Niklas Rosenstein
|
c1c027cc94
|
update dependencies, fix loading of config using Collect decorations
|
1 year ago |