Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.47 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.47 KB

tags-thrift-schema

tags-thrift-schema Scala version support Release

This repository contains the Thrift schema required for interaction with guardian/tagmanager.

Downloading

To download you should be able to simply add a dependency similar to the following (with your desired version):

"com.gu" %% "tags-thrift-schema" % "0.6.3"

Testing Locally

If you need to try out your changes with consumer applications (e.g. tagmanager) then...

Publishing a new release

This repo uses gha-scala-library-release-workflow to automate publishing releases (both full & preview releases) - see Making a Release.