Skip to content

Latest commit

 

History

History
110 lines (87 loc) · 3.5 KB

RELEASING.md

File metadata and controls

110 lines (87 loc) · 3.5 KB

Releasing

Update README

Any changes to the README are delayed until the last PR before release because in the past new users have read the README and assumed that any features in the README MUST exist in the version they can install from the JetBrains repository, so documenting main features in the README leads to just more support work.

Build Release

  1. Update version in gradle.properties to the release version used in resources/META-INF/plugin.xml.
  2. Run the buildPlugin gradle task.

Smoke Test Built Release

  1. Install the build plugin from disk
  2. Preferences > Plugins
  3. Click "Install plugin from disk..."
  4. Select the build/distributions/intellij-elixir-VERSION.zip
  5. Click Open
  6. Click Apply
  7. Click Restart
  8. Ensure no errors are raised during re-indexing and reparsing of any previously open files.
  9. Try out new features for this release

Tag release

  1. git tag -a vVERSION -m "Version VERSION"
  2. git push
  3. git push --tags

Release Notes

To create release notes for the new tag

  1. Open https://github.com/KronicDeth/intellij-elixir
  2. Click releases
  3. Click Tags
  4. Click "Add release notes" for tag you pushed
  5. Set the "Release title" to vVERSION
  6. Add the release notes
  7. Thanks for bug reporters for the release (use the Milestone filter to find issues fixed for the release version)
  8. The changes from the for the release (copy directly from CHANGELOG.md)
  9. README updates (copy directly from README.md)
  10. Attach the build/distributions/intellij-elixir-VERSION.zip binary.
  11. Click Publish Release

Publish to JetBrains Repository

  1. Go to https://plugins.jetbrains.com/plugin/7522
  2. Click Update Plugin
  3. Click "Choose File" and select build/distributions/intellij-elixir-VERSION.zip
  4. Add a brief summary of important enhancements or bug fixes for the RSS feed
  5. Click "Upload New Build"

Announce on Elixir Forums

Open IntelliJ Elixir - Elixir plugin for JetBrain's IntelliJ Platform 2. Click "+ Reply" at the bottom of the thread 3. Put version as title of post

# Version VERSION
  1. Add Sponsor link
    [❤️ Sponsor](https://github.com/sponsors/KronicDeth)
    
    Historical One-time/Monthly Donations:
    
    | Stat    | Amount  |
    |:--------|--------:|
    | Minimum |   $1.00 |
    | Median  |   $6.25 |
    | Mean    |  $12.52 |
    | Maximum | $200.00 |
    
  2. Paste Release Notes from GitHub in message body
  3. Add Installation Instructions link
    [Installation Instructions](https://github.com/KronicDeth/intellij-elixir/blob/VERSION/README.md#installation)
    
  4. Click "Reply" to post reply

Announce on Twitter

  1. Tweet
IntelliJ Elixir vVERSION
SUMMARY
https://plugins.jetbrains.com/plugin/7522
https://github.com/KronicDeth/intellij-elixir/releases/tag/vVERSION
#myelixirstatus
  1. Pin Tweet

Announce on ElixirStatus.com

  1. Open http://elixirstatus.com/
  2. Click Sign in and Post
  3. Put "IntelliJ Elixir VERSION" for the title
  4. Put in brief bullet-points of enhancements and bug fixes
  5. Add Installation Instructions link
    [Installation Instructions](https://github.com/KronicDeth/intellij-elixir/blob/VERSION/README.md#installation)
    
  6. Click "Post this"
  7. Click "Retweet this!"