Skip to content

Commit

Permalink
#131 should be ready now
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-miki committed Jun 16, 2020
1 parent 9272181 commit d45f889
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 86 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/releasebranch.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release branch on milestone close
name: Prepare release branch on milestone close

on:
milestone:
Expand Down Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Update release notes
run: |
echo -e "\n" | cat milestone-notes.md - superfields/release-notes.md > superfields/release-notes.md.new
awk 'NF' superfields/release-notes.md.new
mv superfields/release-notes.md.new superfields/release-notes.md
- name: Remove milestone notes
run: rm milestone-notes.md
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/setversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
git config user.name "Miki (bot)"
git merge master --strategy=ours
git push origin
# - name: Create PR
# uses: UnforgivenPL/pull-request@v1
# with:
# source: ${{ github.event.ref }}
# target: master
# repository: ${{ github.repository }}
# token: ${{ secrets.ACTIONS_PAT }}
# pr-title: Release ${{ steps.what-version.outputs.version }} ready
# pr-body: Automatically created release ${{ steps.what-version.outputs.version }}.
# pr-assignees: ${{ github.actor }}
- name: Create PR
uses: UnforgivenPL/pull-request@v1
with:
source: ${{ github.event.ref }}
target: master
repository: ${{ github.repository }}
token: ${{ secrets.ACTIONS_PAT }}
pr-title: Release ${{ steps.what-version.outputs.version }} ready
pr-body: Automatically created release ${{ steps.what-version.outputs.version }}.
pr-assignees: ${{ github.actor }}
58 changes: 0 additions & 58 deletions .github/workflows/test-release-notes.yml

This file was deleted.

17 changes: 0 additions & 17 deletions superfields/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
# 0.7.0 - SuperTextField
## New features and enhancements
* \#122 - [SuperTextField, SuperTextArea and text selection API](https://api.github.com/repos/vaadin-miki/super-fields/issues/122)
* \#123 - [Add text selection API to existing components](https://api.github.com/repos/vaadin-miki/super-fields/issues/123)
* \#135 - [SuperTabs should have an option to wrap tabs](https://api.github.com/repos/vaadin-miki/super-fields/issues/135)
* \#141 - [Server-side date formatting for DatePattern](https://api.github.com/repos/vaadin-miki/super-fields/issues/141)
* \#152 - [Allow overriding default value in number fields](https://api.github.com/repos/vaadin-miki/super-fields/issues/152)
## Changes to API
* \#123 - [Add text selection API to existing components](https://api.github.com/repos/vaadin-miki/super-fields/issues/123)
* \#147 - [HasId marker interface](https://api.github.com/repos/vaadin-miki/super-fields/issues/147)
## Bug fixes
* \#132 - [No deployment to Heroku](https://api.github.com/repos/vaadin-miki/super-fields/issues/132)
* \#136 - [setReadOnly has no effect on number fields](https://api.github.com/repos/vaadin-miki/super-fields/issues/136)
* \#137 - [UnloadObserver.onDetach causes TypeError](https://api.github.com/repos/vaadin-miki/super-fields/issues/137)
* \#146 - [SuperTabs are difficult to style](https://api.github.com/repos/vaadin-miki/super-fields/issues/146)
* \#154 - [Number fields do not trigger focus/blur events](https://api.github.com/repos/vaadin-miki/super-fields/issues/154)

# 0.6.2 - Vaadin 14.2 compatibility
## New features and enhancements
* \#124 - [Update Vaadin dependencies to 14.2](https://api.github.com/repos/vaadin-miki/super-fields/issues/124)
Expand Down

0 comments on commit d45f889

Please sign in to comment.