Skip to content

cip4/ICS-JDF-MIS-Prepress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JDF ICS for MIS to Prepress

This ICS describes the minimum requirements for a solution to be conformant to the interface between an MIS and a Prepress system.


Issue Tracking

TBD


Development Notes

Release a new Version

Creation and publishing of a new version to GitHub Release.

$ git tag -a ICS-JDF-MIS-Prepress-[VERSION] -m "[TITLE]"
$ git push origin ICS-JDF-MIS-Prepress-[VERSION]

In case a build has been failed, a tag can be deleted using the following command:

$ git tag -d ICS-JDF-MIS-Prepress-[VERSION]
$ git push origin :refs/tags/ICS-JDF-MIS-Prepress-[VERSION]

Build Artefacts

Each build process produces a single PDF. This is either a release version for public distribution, or a continuous integration (CI) build for use

Build Process

CI builds are triggered by any 'push' to the [MASTER] branch.
There is an option to trigger this build manually in the event that an automated CI build fails due to issues with the build process.

Release builds are triggered by adding a git tag to a commit. The value of tag will be used as the document identifier on both the cover and in the resulting artefact file name.
For example use a tag of 'Draft-IP-4' or 'Version 2.1 Final'.
There is also an option to trigger this build manually.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •