-
-
Have you considered adding hooks for git-flow?
ie, `flow-{action} [start|finish]` - Invoked when {action} is started/finished would be ideal for integrating with an issue tracker to mark a feature/…
-
### Bug summary
1. When cancelling a flow run, the `on_cancellation` handler is not run.
2. reproducible example. This was given to me by [Bianica on Slack](https://prefect-community.slack.com/arc…
-
### Bug summary
If I'm reading the code correctly, `create_flow_run_from_deployment()` does not set the flow's `empirical_policy` on creation [link](https://github.com/PrefectHQ/prefect/blob/86b80dc2…
-
![o_git-flow-nvie](https://user-images.githubusercontent.com/3314311/72214749-fdc6cf80-3542-11ea-8beb-99cb275cb585.png)
1. master仅存储上线代码,可用于回滚。
2. develop 分支用于开发。
3. release从develop分支checkout而来,用…
-
## Git Flow
**main branch** : `main`
**production branch** : `prod`
**develop branch** : `feature/{작업타이틀}`
## Commit Conventions
기능 추가 `feat : 작업 내용을 작성해 주세요.`
릴리즈 `release : v 0.0…
-
- [x] Make sure you've installed the latest version using [instructions in the wiki](../wiki/install)
**Output from `azd version`**
azd version 1.11.0 (commit 5b92e0687e1fa96dfc8292f4b900c0c58610b6a5…
-
Along with the git flow project branch management support, we need to add the manifest management functionality so that repo flow truly works at the composition (manifest) level. Before coming up with…
-
A few years back we adopted the [Gitflow branching model](https://nvie.com/posts/a-successful-git-branching-model/), and since then we've discussed and added further rules to our branching model such …
-