-
Notifications
You must be signed in to change notification settings - Fork 167
Release 2.2.0-beta.1 #1520
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
Release 2.2.0-beta.1 #1520
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
87e6184
Changed to 2.2.0-beta.1
robmoffat 346978a
changed to workspace publishing
robmoffat ea89f92
Fixing workbench linting rules
robmoffat 79e24be
Attempt to fix prettier error
robmoffat 6223f8c
trying without .prettierrc
robmoffat d8a0b61
Fixed linting issues
robmoffat 535a340
Removed prettier in linting check
robmoffat 9913263
Fixed formatting in README
robmoffat 4475253
Added note on setting the latest verison for betas
robmoffat 9a0482f
Update README.md
robmoffat 8e98bbc
Added changelog
robmoffat c0beb75
Added website readme link
robmoffat 87ba0c7
Formatting CHANGELOG additions and adding PR link
kriswest a7978b1
Merge branch 'main' into release/v2.2.0-beta.1
kriswest 03d7c41
Update README.md
robmoffat f409a71
Added note about needing support
robmoffat 5ba4f30
Merge branch 'main' into release/v2.2.0-beta.1
robmoffat 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,6 @@ on: | |
| push: | ||
| branches: | ||
| - main | ||
| - fdc3-for-web-impl | ||
|
|
||
| jobs: | ||
| test_and_upload_coverage: | ||
|
|
||
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
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Project maintainers will not be able to run
npm dist-tagdue to not having permissions on the NPM project, so it might be worth inserting a note here about contact help@finos.org or yourself to sort that out...Its that of we detect that there is something after the last digit of the version number in the workflow itself and have it set an alternative tag when it runs
npm publish, e.g.npm publish --tag prerelease. We can probably figure out a regex to extract 'beta' from 2.2.0-beta.1 automatically...