mirror of
https://github.com/videojs/video.js.git
synced 2025-11-23 22:36:29 +02:00
Set up zenflow workflow management config.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
.DS_Store
|
||||
dist/*
|
||||
dev.html
|
||||
projects
|
||||
projects
|
||||
.zenflow-log
|
||||
10
.zenflow
Normal file
10
.zenflow
Normal 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
7
CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
||||
--------------------------------------------------------------------------------
|
||||
^ ADD NEW CHANGES ABOVE ^
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
CHANGELOG
|
||||
=========
|
||||
|
||||
3
VERSION.yml
Normal file
3
VERSION.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
major: 3
|
||||
minor: 0
|
||||
patch: 2
|
||||
Reference in New Issue
Block a user