Skip to content

Commit

Permalink
🔖 fix release pipeline (#419)
Browse files Browse the repository at this point in the history
* fix description type

* bump version

* fix version

* improve changelog
  • Loading branch information
renardeinside authored Aug 24, 2022
1 parent 05e504e commit c4f1e1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
> And empty the **[Unreleased]** section above.
----

## [07.0] - 2022-08-24
## [0.7.0] - 2022-08-24

## Added
- 🎨Switch all the CLI interfaces to `typer`
Expand All @@ -34,8 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Changed
- ✨Arguments `--allow-delete-unmatched`/`--disallow-delete-unmatched` were **replaced** with `--unmatched-behaviour` option.
- 🏷️Deprecate `jobs` section and rename it to `workflow`
- 🏷️Deprecate `job` and `jobs` argument and rename it to `workflow`
- 🏷️Deprecate `jobs` section and rename it to `workflows`
- 🏷️Deprecate `job` and `jobs` options and rename it to `workflow` argument
- ✨Refactored all cluster-relevant methods into a separate `ClusterController`
- ✨Refactored model-related components for `.dbx/project.json` file
- ✨Refactored `launch`-related API-level code
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
extras_require={"dev": DEV_REQUIREMENTS},
entry_points={"console_scripts": ["dbx=dbx.cli:entrypoint"]},
long_description=long_description,
long_description_content_type="text/x-rst",
long_description_content_type="text/markdown",
include_package_data=True,
version=__version__,
description="DataBricks CLI eXtensions aka dbx",
Expand Down

0 comments on commit c4f1e1b

Please sign in to comment.