Skip to content

Commit

Permalink
Merge branch 'staging' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
petrzpav committed Oct 6, 2023
2 parents 92f5948 + 5e5315b commit 215b43d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Remove commands `academy collect` and `academy measure`.
- Function `check_lang` was removed.

## [0.5.5] - 2023-10-06

### Changed

- Remove distribute NAMESPACE format check.

## [0.5.4] - 2023-09-21

### Fixed
Expand Down Expand Up @@ -92,6 +98,7 @@ _Stable release based on [0.5.0-rc.1]._
[Unreleased]: https://https://github.com/internetguru/academy/compare/staging...dev
[1.0.0-rc.1]: https://github.com/internetguru/academy/releases/tag/v0.5.2
[0.6.0-rc.1]: https://github.com/internetguru/academy/releases/tag/v0.5.2
[0.5.5]: https://https://github.com/internetguru/academy/compare/v0.5.4...v0.5.5
[0.5.4]: https://https://github.com/internetguru/academy/compare/v0.5.3...v0.5.4
[0.5.3]: https://https://github.com/internetguru/academy/compare/v0.5.2...v0.5.3
[0.5.2]: https://https://github.com/internetguru/academy/compare/v0.5.1...v0.5.2
Expand Down
2 changes: 0 additions & 2 deletions distribute
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,6 @@ while (( $# > 0 )); do
;;
-s|--namespace)
NAMESPACE="${2}"
[[ "${NAMESPACE}" =~ ^[a-z][a-z0-9_-]+(/[a-z][a-z0-9_-]+)*$ ]] \
|| exception "Unsupported REMOTE_NAMESPACE '$NAMESPACE' dirname" 2
shift 2
;;
-o|--output-dir)
Expand Down

0 comments on commit 215b43d

Please sign in to comment.