├── .github ├── release-drafter.yml └── workflows │ ├── goals-caching.yml │ └── release-management.yml ├── README.md └── VERSION /.github/release-drafter.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/goals-template/HEAD/.github/release-drafter.yml -------------------------------------------------------------------------------- /.github/workflows/goals-caching.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/goals-template/HEAD/.github/workflows/goals-caching.yml -------------------------------------------------------------------------------- /.github/workflows/release-management.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/goals-template/HEAD/.github/workflows/release-management.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-sauced/goals-template/HEAD/README.md -------------------------------------------------------------------------------- /VERSION: -------------------------------------------------------------------------------- 1 | 0.2.0 2 | --------------------------------------------------------------------------------