1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-10 23:30:03 +02:00

Set up zenflow workflow management config.

This commit is contained in:
Steve Heffernan 2012-01-12 12:58:02 -08:00
parent 44b02529ba
commit aca861a190
4 changed files with 22 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
.DS_Store .DS_Store
dist/* dist/*
dev.html dev.html
projects projects
.zenflow-log

10
.zenflow Normal file
View File

@ -0,0 +1,10 @@
---
confirm_review: true
backup_remote: false
release_branch: stable
project: videojs
qa_branch: false
staging_branch: false
development_branch: master
remote: origin
confirm_staging: false

7
CHANGELOG.md Normal file
View File

@ -0,0 +1,7 @@
--------------------------------------------------------------------------------
^ ADD NEW CHANGES ABOVE ^
--------------------------------------------------------------------------------
CHANGELOG
=========

3
VERSION.yml Normal file
View File

@ -0,0 +1,3 @@
major: 3
minor: 0
patch: 2