Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Reminders:

- [ ] If adding a new smart city data module, does it have a relevant test
- [ ] Did you up the mix.exs version?
- If adding a new smart city data module:
- [ ] does it have a relevant test
- [ ] If a struct was added to an existing struct, was the parent `.new` method updated to convert keys to atoms
- [ ] If updating an existing module's type, was it's @moduledoc updated as well
- If updating an existing module's type:
- [ ] was it's @moduledoc updated as well
1 change: 1 addition & 0 deletions lib/smart_city/dataset/technical.ex
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ defmodule SmartCity.Dataset.Technical do
sourceUrl: String.t(),
sourceType: not_required(String.t()),
systemName: String.t(),
# deprecated
topLevelSelector: not_required(String.t())
}

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule SmartCity.MixProject do
def project do
[
app: :smart_city,
version: "5.2.6",
version: "5.2.7",
elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down