Skip to content

Commit

Permalink
fix: don't mention deprecated option in generated shakapacker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Dec 5, 2023
1 parent 3b6d3ef commit f3d9853
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ _Please add entries here for your pull requests that are not yet released._
### Fixed
- Recommend `server` option instead of deprecated `https` option when `--https` is provided [PR 380](https://github.com/shakacode/shakapacker/pull/380) by [G-Rath](https://github.com/g-rath)
- Recompile assets on asset host change [PR 364](https://github.com/shakacode/shakapacker/pull/364) by [ahangarha](https://github.com/ahangarha).
- Add deprecation warning for `https` option in `shakapacker.yml` (use `server: 'https'` instead) [PR 382](https://github.com/shakacode/shakapacker/pull/382) by [G-Rath](https://github.com/g-rath).

## [v7.1.0] - September 30, 2023

Expand Down
2 changes: 0 additions & 2 deletions lib/install/config/shakapacker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ development:
# Keys not described there are documented inline and in https://github.com/shakacode/shakapacker/
dev_server:
# For running dev server with https, set `server: https`.
# You may use `https: true` instead but notice that it is deprecated in favor of `server: https`
# Ensure only one of these entries is set.
# server: https

host: localhost
Expand Down

0 comments on commit f3d9853

Please sign in to comment.