File tree Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 5151 run : make install
5252
5353 - name : Test
54- run : nextflow run nf-prov-test/ -plugins nf-prov@1.5.0
54+ run : nextflow run nf-prov-test/ -plugins nf-prov@$(cat VERSION)
Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to the nf-prov plugin will be documented here.
44
55See [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
66
7+ ## [ 1.5.0] - 2025-09-04
8+
9+ - Use Nextflow Gradle plugin (#42 )
10+ - Declare config options with ConfigScope (#44 )
11+ - Add workflow outputs to WRROC report (#47 )
12+ - Remove legacy provenance format (#48 )
13+ - Use plugin registry (#50 )
14+
715## [ 1.4.0] - 2025-02-06
816
917- Add Workflow Run RO-Crate format (#39 )
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ install:
1818
1919# Publish the plugin
2020release :
21- ./gradlew releasePlugin
21+ ./gradlew releasePluginIfNotExists
Original file line number Diff line number Diff line change 1+ 1.5.0
Original file line number Diff line number Diff line change 11
22plugins {
3- id ' io.nextflow.nextflow-plugin' version ' 1.0.0-beta.6 '
3+ id ' io.nextflow.nextflow-plugin' version ' 1.0.0-beta.10 '
44}
55
6- version = ' 1.5.0 '
6+ version = project . file( ' VERSION ' ) . text . trim()
77
88nextflowPlugin {
99 nextflowVersion = ' 25.04.0'
You can’t perform that action at this time.
0 commit comments