changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / emacs/lib/scrum.el

revision 632: bbd9024f2fe2
parent 623: a304c9713a51
child 638: 6c0e4a44c082
     1.1--- a/emacs/lib/scrum.el	Fri Aug 30 21:29:55 2024 -0400
     1.2+++ b/emacs/lib/scrum.el	Sat Aug 31 22:34:56 2024 -0400
     1.3@@ -57,7 +57,9 @@
     1.4 (defgroup scrum nil
     1.5   "CC Scrum Framework.")
     1.6 
     1.7-(defvar scrum-properties '("SPRINT" "RELEASE" "TASKID"))
     1.8+(defvar scrum-properties '("SPRINT" "EPIC" "RELEASE" "TASKID" "PROJECT" "COMMIT" "GOAL"))
     1.9+
    1.10+(defvar scrum-tags '("demo" "mvp" "release" "major-release" "ua" "qa"))
    1.11 
    1.12 (provide 'scrum)
    1.13 ;;; scrum.el ends here