File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Packagist will show you a webhook URL. To configure automatic updates:
3737
3838## How It Works
3939
40- - ** Automatic Updates** : When you push a new git tag (e.g., ` v0.2.1 ` ), GitHub notifies Packagist
40+ - ** Automatic Updates** : When you push a new git tag (e.g., ` v0.2.2 ` ), GitHub notifies Packagist
4141- ** Version Detection** : Packagist reads your ` composer.json ` and git tags
4242- ** No Manual Publishing** : Unlike PyPI/npm, no GitHub Actions workflow needed!
4343
@@ -47,8 +47,8 @@ Packagist will show you a webhook URL. To configure automatic updates:
47472 . Commit changes
48483 . Create and push a git tag:
4949 ``` bash
50- git tag v0.2.1
51- git push origin v0.2.1
50+ git tag v0.2.2
51+ git push origin v0.2.2
5252 ```
53534 . Packagist automatically detects the new version (within minutes)
5454
@@ -71,5 +71,5 @@ composer require 4mritgiri/npdatetime-bundle
7171
7272- ** Package Name** : Must match ` name ` in ` composer.json ` (` 4mritgiri/npdatetime-bundle ` )
7373- ** Type** : Set to ` symfony-bundle ` for proper Flex integration
74- - ** Minimum Stability** : Packagist respects semver tags (v1.0.0, v0.2.1 , etc.)
74+ - ** Minimum Stability** : Packagist respects semver tags (v1.0.0, v0.2.2 , etc.)
7575- ** No Tokens Required** : Packagist pulls from public GitHub - no authentication needed
You can’t perform that action at this time.
0 commit comments