Skip to content

Commit

Permalink
remove release procedure from readme as it's only for core admin inte…
Browse files Browse the repository at this point in the history
…rnal job
  • Loading branch information
ducredweb committed Jan 26, 2021
1 parent 8dce1f9 commit a148c6c
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,28 +151,5 @@ _Or Compare across versions_

> git log --oneline 1.4/dev25...develop --no-merges --format="* %s ( %h )" > /var/www/packages/changelog2.log
- Upload the list to http://wiki.redcomponent.com/index.php?title=redSHOP:Changelog


### Prepare software for next release
- Update component version number with next release number at https://github.com/redCOMPONENT-COM/redSHOP/blob/master/redshop.xml#L10
- Create an empty update .sql file at: https://github.com/redCOMPONENT-COM/redSHOP/tree/master/component/admin/sql/updates/mysql
- Merge development branch into Master (see successful git-branching model: http://nvie.com/posts/a-successful-git-branching-model/ )
- Create a release git TAG
- create the tag in local:

> $ git tag -a 1.3 -m "Version 1.3 Stable"
- Upload the tag to Github:

> $ git push --tags
- Check that tag has been created: https://github.com/redCOMPONENT-COM/redSHOP/tags
- Create the release: https://github.com/redCOMPONENT-COM/redSHOP/releases
- Add a description to the release with the changelog information that you generated in the previous step

# Testing
See: [testing redSHOP](./tests/README.md)

# redSHOP Road map
Will be updated here soon.

0 comments on commit a148c6c

Please sign in to comment.