mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-18 06:54:22 +01:00
21 lines
617 B
Markdown
21 lines
617 B
Markdown
# Releasing a Pear Application
|
|
|
|
As covered in [Sharing a Pear App](./sharing-a-pear-app.md), Pear use release channels in a similar way that git use branches. When the app has been tested, and it's ready to release it, it's really simple.
|
|
|
|
|
|
* prerelease strategy
|
|
* dump strategy
|
|
|
|
## Previewing prerelease
|
|
|
|
## Marking a Release
|
|
|
|
Assume that the app was staged into `example`, then releasing it is simply:
|
|
|
|
```
|
|
pear release example
|
|
```
|
|
|
|
This moves the example channel to the released version. The seeders who are already seeding that channel, will still be seeding.
|
|
|
|
## Dump to Stage Production Key Deployment Strategy |