Skip to content

Commit

Permalink
[skip ci] Add silent flag to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Nov 30, 2023
1 parent d20cf26 commit 1f44fba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"scripts": {
"build": "yarn useDist && node scripts/build.js && yarn useSrc",
"changelog": "lerna-changelog",
"changelog": "lerna-changelog --silent",
"useDist": "lerna run useDist --scope \"@jbrowse/plugin*\" --scope @jbrowse/text-indexing",
"useSrc": "lerna run useSrc --scope \"@jbrowse/plugin*\" --scope @jbrowse/text-indexing",
"lerna-publish": "lerna publish",
Expand Down
7 changes: 6 additions & 1 deletion website/release_announcement_drafts/v2.9.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@ This release adds a new feature for seeing "Recently used" and "Favorite"
tracks. This will be valuable especially to users and organizations who have
large tracklists!

This also fixes an issue people saw with Mac auto-updates failing
![](https://private-user-images.githubusercontent.com/6511937/287034510-92eccfc0-43f3-4700-9596-9a9847fd3651.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTEiLCJleHAiOjE3MDEzNjk1NTEsIm5iZiI6MTcwMTM2OTI1MSwicGF0aCI6Ii82NTExOTM3LzI4NzAzNDUxMC05MmVjY2ZjMC00M2YzLTQ3MDAtOTU5Ni05YTk4NDdmZDM2NTEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQUlXTkpZQVg0Q1NWRUg1M0ElMkYyMDIzMTEzMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyMzExMzBUMTgzNDExWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OTE1OTVmOGZlMThiNzcwYmQyOGNkZjU3YzRlMzRkNDRjMzM3ODBiODkyYjg2ZTZiYWFiMDI4MzEzZDU4MjE4MiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmYWN0b3JfaWQ9MCZrZXlfaWQ9MCZyZXBvX2lkPTAifQ.iLl6SUBy5UpAgDRs5JOpf9D4FSLq2xpbAvFC8qpjuv0)

Screenshot showing dropdown menu on the tracklist with Recently used tracks

This release also fixes an issue people saw with auto-updates for JBrowse
Desktop on Mac failing.

0 comments on commit 1f44fba

Please sign in to comment.