Skip to content
Snippets Groups Projects
Commit 6072885b authored by Andrew Hoffmann's avatar Andrew Hoffmann
Browse files

README-release.md edited online with Bitbucket

parent 6a9a99d6
No related branches found
No related tags found
No related merge requests found
# Release Process #
1. User has cloned the [blessed repository](https://bitbucket.org/uwmadison_doit/rpc-netid-php/) and has write access to it.
2. User has updated the `version` field in `composer.json`. If this does not match the version in the tag name, the release cycle will complete, BUT composer will issue an error when users try to install the dependency.
3. User runs the following command: `php phing.phar release -Dversion=1.2.3 -Dbranch=myBranch`
4. The designated branch is checked out.
5. A tag is created with the name equal to the version number with no extra characters
6. The repository is pushed to origin with all tags.
2. User runs the following command: `php phing.phar release -Dversion=1.2.3 -Dbranch=myBranch`
3. The designated branch is checked out.
4. A tag is created with the name equal to the version number with no extra characters
5. The repository is pushed to origin with all tags.
The end result is a new tag in the remote repository equal to the version number. Composer clients will now pick up on the new version number.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment