Skip to content

HistoryAtState/release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

99068b8 · Mar 11, 2025

History

84 Commits
Mar 7, 2025
Jan 24, 2025
Jan 16, 2025
Dec 15, 2023
Mar 7, 2025
Mar 7, 2025
Mar 6, 2025
Apr 7, 2024
Dec 15, 2023
Apr 2, 2024
Dec 13, 2019
Apr 9, 2024
Aug 11, 2016
Feb 29, 2024
Mar 11, 2025
Dec 16, 2019
Oct 17, 2017
Nov 18, 2023
Mar 7, 2025
Mar 7, 2025
Nov 18, 2023
Aug 11, 2016
Jun 15, 2020
May 23, 2017
Mar 11, 2025
Nov 24, 2020
May 22, 2019

Repository files navigation

Release

exist-db CI

A collection of utilities for preparing releases:

  • Quarterly Release Helper: generates draft press release and tweets for “quarterly releases” of the FRUS Digital archive
  • Ebook Batch Helper: generates epubs and mobi-bound epubs of FRUS volumes from TEI XML

Dependencies

Build

  1. Single xar file: The collection.xconf will only contain the index, not any triggers!

    ant
    1. Since Releases have been automated when building locally you might want to supply your own version number (e.g. X.X.X) like this:
    ant -Dapp.version=X.X.X

Deploy

Releases for this package are automated. Any commit to the master branch will trigger the release automation.

All commit message must conform to Conventional Commit Messages to determine semantic versioning of releases, please adhere to these conventions, like so:

Commit message Release type
fix(pencil): stop graphite breaking when too much pressure applied Patch Release
feat(pencil): add 'graphiteWidth' option Minor Feature Release
perf(pencil): remove graphiteWidth option

BREAKING CHANGE: The graphiteWidth option has been removed.
The default graphite width of 10mm is always used for performance reasons.
Major Breaking Release

When opening PRs commit messages are checked using commitlint.