Plugin for making ERC uploadable, viewable, manipulateable in OJS.
This project is part of the project Opening Reproducible Research (o2r).
All help is welcome: asking questions, providing documentation, testing, or even development.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
These instructions describe the procedure for creating a new release.
- In the file
version.xml
the version number must be adjusted according to the changes made (major.minor.bugfix
) and the date must be updated. - The changes made must be recorded in the file
CHANGELOG.md
file withversion number
anddate
sorted byAdded
,Fixed
,Changed
and identifiable asUnreleased
orRelease
. - Via the link https://github.com/o2r-project/ojs-erc-plugin/releases/new a new release must be created in github with corresponding
tag
-version,title
anddescription
. The release must be republished in the(This step should be carried out at a later stage, since the plugin is currently in WIP state)OJS Plugin Gallery
. A description for this step can be found via this link https://docs.pkp.sfu.ca/dev/plugin-guide/en/release.
This project is published und the GPL-3.0 License (see file LICENSE
).