Skip to content

Commit 910d802

Browse files
committed
donot_know
1 parent e926aad commit 910d802

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

bindings/symfony/PACKAGIST.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:
4747
2. Commit changes
4848
3. 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
```
5353
4. 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

0 commit comments

Comments
 (0)