Skip to content

Commit

Permalink
JDF-1045 Update build including changing to Version from Release
Browse files Browse the repository at this point in the history
  • Loading branch information
TBPLtd committed Feb 8, 2024
1 parent 1388d18 commit dde59c9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/draft_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ env:

DOCUMENT_METADATA_COPYRIGHT: 'CIP4 Organization, all rights reserved'
DOCUMENT_METADATA_TITLE: 'Automated Print Procurement ICS'
DOCUMENT_METADATA_SUBJECT: 'Automated Print Procurement Interoperability Conformance Specification for XJDF'
DOCUMENT_METADATA_AUTHOR: 'CIP4 Organization'
DOCUMENT_METADATA_KEYWORDS: 'Automation;CIM;CIP4;Graphic Arts;Graphics;Interface;Printing;Specification;Standard;Workflow;XJDF;XJMF;XML'

BUILD_UTILITY_EXE: c:\actions-runner\_work\_tool\document-processing\document-processing.exe

Expand Down Expand Up @@ -69,7 +66,7 @@ jobs:
python ..\builder\scripts\specbuilder.py $env:CONFIG_FILE
"$env:DOCUMENT_COVER_TITLE $env:DOCUMENT_VERSION $(${env:GITHUB_REF}.replace('refs/tags/',''))"
"$env:DOCUMENT_COVER_TITLE"
"$env:DOCUMENT_VERSION $(${env:GITHUB_REF}.replace('refs/tags/',''))"
"Version $env:DOCUMENT_VERSION $(${env:GITHUB_REF}.replace('refs/tags/',''))"
"$env:DOCUMENT_METADATA_TITLE $env:DOCUMENT_VERSION $(${env:GITHUB_REF}.replace('refs/tags/',''))"
"$env:DOCUMENT_VERSION $(${env:GITHUB_REF}.replace('refs/tags/',''))"
"$((Get-Date).ToString('MMMM yyyy')) $env:DOCUMENT_METADATA_COPYRIGHT"
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ env:

DOCUMENT_METADATA_COPYRIGHT: 'CIP4 Organization, all rights reserved'
DOCUMENT_METADATA_TITLE: 'Automated Print Procurement ICS'
DOCUMENT_METADATA_SUBJECT: 'Automated Print Procurement Interoperability Conformance Specification for XJDF'
DOCUMENT_METADATA_AUTHOR: 'CIP4 Organization'
DOCUMENT_METADATA_KEYWORDS: 'Automation;CIM;CIP4;Graphic Arts;Graphics;Interface;Printing;Specification;Standard;Workflow;XJDF;XJMF;XML'

BUILD_UTILITY_EXE: c:\actions-runner\_work\_tool\document-processing\document-processing.exe

Expand Down Expand Up @@ -66,7 +63,7 @@ jobs:
python ..\builder\scripts\specbuilder.py $env:CONFIG_FILE
"$env:DOCUMENT_COVER_TITLE $(${env:GITHUB_REF}.replace('refs/tags/',''))"
"$env:DOCUMENT_COVER_TITLE"
"Release: $(${env:GITHUB_REF}.replace('refs/tags/',''))"
"Version $(${env:GITHUB_REF}.replace('refs/tags/',''))"
"$env:DOCUMENT_METADATA_TITLE $(${env:GITHUB_REF}.replace('refs/tags/',''))"
"$(${env:GITHUB_REF}.replace('refs/tags/',''))"
"$((Get-Date).ToString('MMMM yyyy')) $env:DOCUMENT_METADATA_COPYRIGHT"
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ env:

DOCUMENT_METADATA_COPYRIGHT: 'CIP4 Organization, all rights reserved'
DOCUMENT_METADATA_TITLE: 'Automated Print Procurement ICS'
DOCUMENT_METADATA_SUBJECT: 'Automated Print Procurement Interoperability Conformance Specification for XJDF'
DOCUMENT_METADATA_AUTHOR: 'CIP4 Organization'
DOCUMENT_METADATA_KEYWORDS: 'Automation;CIM;CIP4;Graphic Arts;Graphics;Interface;Printing;Specification;Standard;Workflow;XML'

BUILD_UTILITY_EXE: c:\actions-runner\_work\_tool\document-processing\document-processing.exe

Expand Down Expand Up @@ -70,7 +67,7 @@ jobs:
python ..\builder\scripts\specbuilder.py $env:CONFIG_FILE
"$env:DOCUMENT_COVER_TITLE $env:DOCUMENT_VERSION Draft $((Get-Date).ToString('yyyyMMdd')) Build-$env:GITHUB_RUN_NUMBER"
"$env:DOCUMENT_COVER_TITLE"
"$env:DOCUMENT_VERSION Draft $((Get-Date).ToString('yyyyMMdd')) Build-$env:GITHUB_RUN_NUMBER"
"Version $env:DOCUMENT_VERSION Draft $((Get-Date).ToString('yyyyMMdd')) Build-$env:GITHUB_RUN_NUMBER"
"$env:DOCUMENT_METADATA_TITLE $env:DOCUMENT_VERSION Draft $((Get-Date).ToString('yyyyMMdd')) Build-$env:GITHUB_RUN_NUMBER"
"$env:DOCUMENT_VERSION Draft $((Get-Date).ToString('yyyyMMdd')) Build-$env:GITHUB_RUN_NUMBER"
"$((Get-Date).ToString('MMMM yyyy')) $env:DOCUMENT_METADATA_COPYRIGHT"
Expand Down
2 changes: 1 addition & 1 deletion Build/ICS_XJDF_PrintProcurement.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ doc.cover.title=
doc.cover.version=

; Running title is placed at the foot of all pages
doc.running.title= CIP4 Interoperability Conformance Specification
doc.running.title=

; Other cover banners - currently unused
; doc.cover_banner_1=
Expand Down

0 comments on commit dde59c9

Please sign in to comment.