summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2018-03-15 14:28:08 +0100
committerSamuel Mannehed <samuel@cendio.se>2018-03-15 14:28:08 +0100
commit25cbf00e13785e56e95d8307c64d984062b1e4c3 (patch)
treeee845c7460ca771142520cd63622f1e08d5214b4
parenta07d4abe1f5a6ac31a73c98ee92489ed0401a5cd (diff)
downloadnovnc-25cbf00e13785e56e95d8307c64d984062b1e4c3.tar.gz
Remove docs/release.txt
Instructions has been moved to the wiki: https://github.com/novnc/noVNC/wiki/Development:-Making-a-release
-rw-r--r--docs/release.txt34
1 files changed, 0 insertions, 34 deletions
diff --git a/docs/release.txt b/docs/release.txt
deleted file mode 100644
index 3e03635..0000000
--- a/docs/release.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-- Decide a new version number X.Y.Z (follow SemVer)
-- Update version in package.json
-- Update version in docs/VERSION
-- Commit the change with a commit like "Release X.Y.Z"
-- Add a new release on GitHub called "vX.Y.Z", and populate it with
- release notes of the following form (where A.B.C is the last release):
-
-Major Changes Since A.B.C
-=========================
-
-*Insert warnings here about incompatibilities*
-
-*Thanks to all the contributors who filed bugs, added features, and fixed bugs
-during this release :tada:*
-
-App-visible Changes
--------------------
-
-- *feature* a feature which improves the app usage (#PRNUM)
-- *bugfix* a bug fix which fixes the app usage (#PRNUM)
-- *refactor* a refactor which changes the app usage (#PRNUM)
-
-Library-visible Changes
------------------------
-
-- *feature* a feature which improves the noVNC APIs (#PRNUM)
-- *bugfix* a bug fix which fixes the noVNC APIs (#PRNUM)
-- *refactor* a refactor which changes the noVNC APIs (#PRNUM)
-
-App-internals Changes
----------------------
-
-- *bugfix* a bug fix with affects the internals of noVNC only (#PRNUM)
-- *refactor* a refactor which affects the internals of noVNC only (#PRNUM)