Skip to content

Commit

Permalink
Update the version number in the composer file
Browse files Browse the repository at this point in the history
Update the readme file
  • Loading branch information
andergmartins committed Apr 20, 2023
1 parent 8b713b1 commit 2bc72a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ The installable [package][package-url] and [implementations][implementation-url]

This library depends on `psr/container` but that package is prefixed on another repository and is called `publishpress/psr-container`. This will be adjusted by the script `post-update.php`. In order to update this library, you need to:

1. Run the command `composer update`;
2. Commit the changes;
3. Create a new release on GitHub naming it with the original version number and incrementing the fourth digit with the current iteration;
1. Update the `composer.json` file with the new version of the original library and the current iteration (4th digit);
2. Run the command `composer update`. The scripts on the `src` folder will be auto generated;
3. Run the tests `composer test`;
4. Commit the changes;
5. Create a new release on GitHub naming it with the original version number and incrementing the fourth digit with the current iteration;
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "publishpress/pimple-pimple",
"version": "3.5.0.3",
"version": "3.5.0.4",
"type": "library",
"description": "Pimple, a simple Dependency Injection Container, prefixed for PublishPress",
"keywords": [
Expand Down

0 comments on commit 2bc72a1

Please sign in to comment.