Skip to content

Commit 5ef0d5f

Browse files
committed
Added Releasing guide
1 parent ff8b152 commit 5ef0d5f

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

docs/Releasing.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Releasing ORCA Services CakePHP Feature Flags Plugin
2+
3+
## Prerequisites
4+
5+
- A local copy of the plugin
6+
- All changes committed & pushed to the Git repo
7+
- [Git CLI client](https://git-scm.com/downloads)
8+
- [Composer](http://getcomposer.org/download)
9+
- Access to the [Git repo](https://github.com/orca-services/cakephp-feature-flags)
10+
11+
## The Release Process
12+
13+
- Update translation (i18n), if available
14+
- Update the [change log](../CHANGELOG.md) for the release
15+
- Push the changes to the GitLab repo
16+
- [Tag](https://github.com/orca-services/cakephp-feature-flags/tags) the revision
17+
- Copy the [change log](../CHANGELOG.md) entries of the released version in raw as [release notes for the new tag](https://github.com/orca-services/cakephp-feature-flags/releases/new)

0 commit comments

Comments
 (0)