File tree Expand file tree Collapse file tree 6 files changed +24
-4
lines changed
Expand file tree Collapse file tree 6 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 2929 attributes :
3030 label : Version
3131 description : What version of Morpheus are you running?
32- placeholder : " example: 23.07 "
32+ placeholder : " example: 23.11 "
3333 validations :
3434 required : true
3535
Original file line number Diff line number Diff line change 1+ # Configuration file for `copy-pr-bot` GitHub App
2+ # https://docs.gha-runners.nvidia.com/apps/copy-pr-bot/
3+
4+ enabled : true
Original file line number Diff line number Diff line change @@ -20,5 +20,3 @@ auto_merger: true
2020branch_checker : true
2121label_checker : true
2222release_drafter : true
23- copy_prs : true
24- rerun_tests : true
Original file line number Diff line number Diff line change 1+ # morpheus-visualizations 23.11.00 (30 Nov 2023)
2+
3+ ## 🛠️ Improvements
4+
5+ - Use ` copy-pr-bot ` ([ #25 ] ( https://github.com/nv-morpheus/morpheus-visualizations/pull/25 ) ) [ @ajschmidt8 ] ( https://github.com/ajschmidt8 )
6+ - Update Versions for v23.11.00 ([ #21 ] ( https://github.com/nv-morpheus/morpheus-visualizations/pull/21 ) ) [ @mdemoret-nv ] ( https://github.com/mdemoret-nv )
7+
18# morpheus-visualizations 23.07.00 (18 Jul 2023)
29
310## 🐛 Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " morpheus-fingerprint-viz" ,
3- "version" : " 23.07 .00" ,
3+ "version" : " 23.11 .00" ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " CUDA_VISIBLE_DEVICES=0 next dev" ,
Original file line number Diff line number Diff line change 1+ ## :snowflake : Code freeze for ` branch-${VERSION} ` and ` v${VERSION} ` release
2+
3+ ### What does this mean?
4+ Only critical/hotfix level issues should be merged into ` branch-${VERSION} ` until release (merging of this PR).
5+
6+ All other development PRs should be retargeted towards the next release branch: ` branch-${NEXT_VERSION} ` .
7+
8+ ### What is the purpose of this PR?
9+ - Update documentation
10+ - Allow testing for the new release
11+ - Enable a means to merge ` branch-${VERSION} ` into ` main ` for the release
You can’t perform that action at this time.
0 commit comments