-
-
Notifications
You must be signed in to change notification settings - Fork 391
Prepare 1.6.0 release #2642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Prepare 1.6.0 release #2642
Changes from 29 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
f06b819
Add list of merged prs
jneira b7da672
Remove branch trigger
jneira 28ddcc7
Update release instructions
jneira 740345c
Include 9.2.1 in the current release
jneira a9d6321
Bump up hls version
jneira 8269cbd
remove duplicate mention
jneira 21d138f
Remove references to branch name
jneira b2e0d50
Fix cabal.project gen
jneira 8b22193
Correct fail-fast condition
jneira 0cdfb43
Bump up minor version
jneira 72ae425
Bump up major version
jneira c42807c
Bump up major version
jneira aa6a87f
Allow brittany only for 9.0.1
jneira 00bf584
brittany not supported in hackage and 9.0.2
jneira 9aa58d9
Not short hls for hackage
jneira 0f4966e
Bump up versions everywhere
jneira 32cafcd
Update hackage index
jneira 758e43f
Add ghcide in rename plugin
jneira 32480ce
Apply linter and add selection demo
jneira e631256
Add header linkable
jneira db41e4e
Add first version of release description
jneira f3c2754
Merge branch 'master' into prepare-1.6.0
jneira 68e0977
Merge branch 'prepare-1.6.0' of https://github.com/jneira/haskell-lan…
jneira 971e923
Add last prs
jneira 14c895a
Mention wingman
jneira 3cb5787
Grammar corrections
jneira 43439c4
Correct mention
jneira 539f00c
Warn about th in docs
jneira 019639e
Merge branches 'prepare-1.6.0' and 'prepare-1.6.0' of https://github.…
jneira 0f67aba
Remove reference to install doc
jneira 7fbe53b
Rephrasing
jneira 713c9eb
Better style
jneira a0a5808
Use could to stress it likely will not work
jneira a3d95ef
Merge branch 'prepare-1.6.0' of https://github.com/jneira/haskell-lan…
jneira 63937af
REmove reliable from the warning
jneira 024aad1
Reorder comments
jneira b1b287f
Rephrasing
jneira 6f17174
Update docs/supported-versions.md
jneira a6df11d
Merge branch 'master' into prepare-1.6.0
jneira 5d25bff
Merge branch 'prepare-1.6.0' of https://github.com/jneira/haskell-lan…
jneira f62cb17
Use last version of internal deps
jneira 2cfa810
Restore original wording
jneira 213f901
One more pr
jneira a0cd3ac
Merge branch 'master' into prepare-1.6.0
jneira e172ac5
One more pr
jneira File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,9 +9,6 @@ on: | |
default: 'false' | ||
release: | ||
types: [created] | ||
push: | ||
branches: | ||
- '*-check-build' | ||
|
||
jobs: | ||
build: | ||
|
@@ -90,7 +87,7 @@ jobs: | |
fi | ||
|
||
- name: Upload server to release | ||
if: ${{ !contains(github.ref_name, 'check') && github.event.release.upload_url != ''}} | ||
if: ${{ github.event.release.upload_url != ''}} | ||
uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -130,7 +127,7 @@ jobs: | |
fi | ||
|
||
- name: Upload wrapper to the release | ||
if: ${{ matrix.ghc == '8.10.7' && !contains(github.ref_name, 'check') && github.event.release.upload_url != '' }} | ||
if: ${{ matrix.ghc == '8.10.7' && github.event.release.upload_url != '' }} | ||
uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -173,7 +170,7 @@ jobs: | |
HEAD | ||
|
||
- name: Upload source tarball to the release | ||
if: ${{ !contains(github.ref_name, 'check') && github.event.release.upload_url != '' }} | ||
if: ${{ github.event.release.upload_url != '' }} | ||
uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -220,7 +217,7 @@ jobs: | |
tar -czpf haskell-language-server.tar.gz * | ||
|
||
- name: Upload binaries tarball to the release | ||
if: ${{ !contains(github.ref_name, 'check') && github.event.release.upload_url != '' }} | ||
if: ${{ github.event.release.upload_url != '' }} | ||
uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -258,7 +255,7 @@ jobs: | |
sed -i 's/\/.*)/)/g' SHA256SUMS | ||
|
||
- name: Upload sha256sums to the release | ||
if: ${{ !contains(github.ref_name, 'check') && github.event.release.upload_url != '' }} | ||
if: ${{ github.event.release.upload_url != '' }} | ||
uses: actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.