Download the PHP package fgtclb/category-types without Composer
On this page you can find all versions of the php package fgtclb/category-types. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fgtclb/category-types
More information about fgtclb/category-types
Files in fgtclb/category-types
Package category-types
Short Description Base package for FGTCLB Academic packages
License GPL-2.0-or-later
Informations about the package category-types
TYPO3 extension category_types
This extension provides the basic configuration for typed categories. It is not recommended to use this extension alone, as it only provides a basic framework. In order to perform typification, an addition in a separate extension is required.
Installation
Install with your flavour:
- TER
- Extension Manager
- composer
We prefer composer installation:
URL | |
---|---|
Repository: | https://github.com/fgtclb/typo3-category-types |
Read online: | https://docs.typo3.org/p/fgtclb/category-types/main/en-us/ |
TER: | https://extensions.typo3.org/extension/category_types/ |
Create a release (maintainers only)
Prerequisites:
- git binary
- ssh key allowed to push new branches to the repository
- GitHub command line tool
gh
installed and configured with user having permission to create pull requests.
Prepare release locally
Set
RELEASE_BRANCH
to branch release should happen, for example: 'main'. SetRELEASE_VERSION
to release version working on, for example: '0.1.4'.
Check pull-request and the pipeline run.
Merge approved pull-request and push version tag
Set
RELEASE_PR_NUMBER
with the pull-request number of the preparation pull-request. SetRELEASE_BRANCH
to branch release should happen, for example: 'main' (same as in previous step). SetRELEASE_VERSION
to release version working on, for example:0.1.4
(same as in previous step).
This triggers the on push tags
workflow (publish.yml
) which creates the upload package,
creates the GitHub release and also uploads the release to the TYPO3 Extension Repository.