Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav committed Aug 28, 2023
1 parent 6549cc9 commit a98e4e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning][semver].

### Changed

- Improve CLI error handling ([346])
- Update signing keys loading. Add a flag for specifying if the user will be asked to manually enter a key ([346])
- Remove default branch specification from updater ([343])
- Updater: only load repositories defined in the newest version of repositories.json ([341])
- Updater: automatically determine url if local repository exists ([340])
Expand All @@ -24,6 +26,7 @@ and this project adheres to [Semantic Versioning][semver].
- Fix commits per repositories function when same target commits are on different branches ([337])
- Add missing `write` flag to `taf targets sign` ([329])

[346]: https://github.com/openlawlibrary/taf/pull/346
[343]: https://github.com/openlawlibrary/taf/pull/343
[342]: https://github.com/openlawlibrary/taf/pull/342
[341]: https://github.com/openlawlibrary/taf/pull/341
Expand Down
1 change: 0 additions & 1 deletion taf/tools/repo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def create(path, keys_description, keystore, commit, test):
test=test,
)


@repo.command()
@click.option("--path", default=".", help="Authentication repository's location. If not specified, set to the current directory")
@click.option("--url", default=None, help="Authentication repository's url")
Expand Down

0 comments on commit a98e4e5

Please sign in to comment.