diff --git a/.github/release-drafter-core.yml b/.github/release-drafter-core.yml index 5ce4109f9..de7fae0a8 100644 --- a/.github/release-drafter-core.yml +++ b/.github/release-drafter-core.yml @@ -2,8 +2,8 @@ include-paths: - packages/fairchem-core/ - src/fairchem/core/ tag-prefix: fairchem_core -tag-template: 'fairchem_core_v$RESOLVED_VERSION' -name-template: 'fairchem-core_v$RESOLVED_VERSION' +tag-template: 'fairchem_core-$RESOLVED_VERSION' +name-template: 'fairchem-core-$RESOLVED_VERSION' exclude-contributors: [github-actions] categories: - title: New Features diff --git a/.github/release-drafter-data_oc.yml b/.github/release-drafter-data_oc.yml index cb7f27e75..d5b32d512 100644 --- a/.github/release-drafter-data_oc.yml +++ b/.github/release-drafter-data_oc.yml @@ -2,8 +2,8 @@ include-paths: - src/fairchem/data/oc - packages/fairchem-data-oc tag-prefix: fairchem_data_oc -tag-template: 'fairchem_data_oc_v$RESOLVED_VERSION' -name-template: 'fairchem_data_oc_v$RESOLVED_VERSION' +tag-template: 'fairchem_data_oc-$RESOLVED_VERSION' +name-template: 'fairchem_data_oc-$RESOLVED_VERSION' exclude-contributors: [github-actions] categories: - title: New Features diff --git a/.github/release-drafter-demo_ocpapi.yml b/.github/release-drafter-demo_ocpapi.yml index 32aeb7c56..2a4996752 100644 --- a/.github/release-drafter-demo_ocpapi.yml +++ b/.github/release-drafter-demo_ocpapi.yml @@ -2,8 +2,8 @@ include-paths: - src/fairchem/demo/ocpapi - packages/fairchem-demo-ocpapi tag-prefix: fairchem_demo_ocpapi -tag-template: 'fairchem_demo_ocpapi_v$RESOLVED_VERSION' -name-template: 'fairchem_demo_ocpapi_v$RESOLVED_VERSION' +tag-template: 'fairchem_demo_ocpapi-$RESOLVED_VERSION' +name-template: 'fairchem_demo_ocpapi-$RESOLVED_VERSION' exclude-contributors: [github-actions] categories: - title: New Features diff --git a/.github/release-drafter_applications_cattsunami.yml b/.github/release-drafter_applications_cattsunami.yml index 5ecde83e9..271205023 100644 --- a/.github/release-drafter_applications_cattsunami.yml +++ b/.github/release-drafter_applications_cattsunami.yml @@ -2,8 +2,8 @@ include-paths: - src/fairchem/applications/cattsunami - packages/fairchem-applications-cattsunami/ tag-prefix: fairchem_applications_cattsunami -tag-template: 'fairchem_applications_cattsunami_v$RESOLVED_VERSION' -name-template: 'fairchem_applications_cattsunami_v$RESOLVED_VERSION' +tag-template: 'fairchem_applications_cattsunami-$RESOLVED_VERSION' +name-template: 'fairchem_applications_cattsunami-$RESOLVED_VERSION' exclude-contributors: [github-actions] categories: - title: New Features