Skip to content

Commit

Permalink
Add #1318 to changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
KronicDeth committed Oct 26, 2018
1 parent 1371637 commit 0a17088
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ Table of Contents
* [#1313](https://github.com/KronicDeth/intellij-elixir/pull/1313) - [@KronicDeth](https://github.com/KronicDeth)
* Update gradle wrapper to 3.5 to allow for environment variable overrides
* Setup datetime based pre-release versioning to ensure that correct version of pre-release plugin is used when testing Install Plugin From Disk.
* [#1318](https://github.com/KronicDeth/intellij-elixir/pull/1318) - [@KronicDeth](https://github.com/KronicDeth)
* Canary, pre-release builds (`vMAJOR.MINOR.PATCH-pre+YYYYMMDDHHMMSS`) from `master` branch
* GitHub pre-release [releases](https://github.com/KronicDeth/intellij-elixir/releases)
* Release on the [canary channel](https://plugins.jetbrains.com/plugins/list?channel=canary&pluginId=7522) in the [JetBrains Plugin Repository](https://plugins.jetbrains.com/plugin/7522-elixir)

### Bug Fixes
* [#1277](https://github.com/KronicDeth/intellij-elixir/pull/1277) - Don't include `null` `useCall` as `__MODULE__` dependency. - [@KronicDeth](https://github.com/KronicDeth)
Expand Down
13 changes: 13 additions & 0 deletions resources/META-INF/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,19 @@ <h1>v10.0.0</h1>
Setup datetime based pre-release versioning to ensure that correct version of pre-release plugin is used when
testing Install Plugin From Disk.
</li>
<li>
Canary, pre-release builds (<code>vMAJOR.MINOR.PATCH-pre+YYYYMMDDHHMMSS</code>) from <code>master</code> branch
<ul>
<li>GitHub pre-release <a href="https://github.com/KronicDeth/intellij-elixir/releases">releases</a></li>
<li>
Release on the
<a href="https://plugins.jetbrains.com/plugins/list?channel=canary&amp;pluginId=7522" rel="nofollow">
canary channel
</a> in the
<a href="https://plugins.jetbrains.com/plugin/7522-elixir" rel="nofollow">JetBrains Plugin Repository</a>
</li>
</ul>
</li>
</ul>
</li>
<li>
Expand Down

0 comments on commit 0a17088

Please sign in to comment.