Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Add changelog for plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
SerVB committed Dec 7, 2020
1 parent 5dcf852 commit d7353ca
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
body: Changelog is available in [CHANGELOG.md](https://github.com/JetBrains/projector-server/blob/master/projector-plugin/CHANGELOG.md).
- name: Tag name # Inspired from https://github.community/t/how-to-get-just-the-tag-name/16241/11
id: tag_name
run: echo ::set-output name=SOURCE_TAG::${GITHUB_REF#refs/tags/}
Expand Down
13 changes: 13 additions & 0 deletions projector-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# projector-plugin changelog
Notable changes to this project are documented in this file.

# 0.43.1
## Added
- Use DNS names instead of IPs where possible.

## Changed
- Passwords settings.
- Dialogs look and copying URL.

## Fixed
- Compatibility with 2020.3.

0 comments on commit d7353ca

Please sign in to comment.