Skip to content

Commit

Permalink
Build: Initial commit for release automation.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Sep 10, 2010
1 parent 9958d29 commit 5a73ed8
Show file tree
Hide file tree
Showing 2 changed files with 405 additions and 0 deletions.
76 changes: 76 additions & 0 deletions build/release/changelog-shell
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@

This file contains a shell for the changelog, followed by a list of every commit for this release.

Choose the appropriate line for the Summary section.

Move all commit notes to the appropriate section.
- Each line should be in the following format:
[Fixed|Added]: The ticket description. ([Ticket link], [Commit link])
- If the commit is not related to a bug or feature, e.g., whitepsace cleanup, remove it.
- If there is no ticket number, search Trac for the relevant ticket.
- If there is no ticket, create one (if needed), or leave just the commit link.

Double check that "XXXX" does not appear anywhere in the changelog.

Post this changelog at: CHANGELOG_URL



DELETE EVERYTHING ABOVE THE FOLLOWING LINE
------------------------------------------

= Summary =
This is the final release of jQuery UI 1.8.
-- OR --
This is the second maintenance release for [[UI/Changelog/1.8|jQuery UI 1.8]].

= Build =

= Core & Utilities =

=== UI Core ===

=== Mouse ===

=== Widget Factory ===

=== Position ===

= Interactions =

=== Draggable ===

=== Droppable ===

=== Resizable ===

=== Selectable ===

=== Sortable ===

= Widgets =

=== Accordion ===

=== Autocomplete ===

=== Button ===

=== Datepicker ===

=== Dialog ===

=== Progressbar ===

=== Slider ===

=== Tabs ===

= Effects =

=== Individual effects ===

= CSS Framework =

= Demos =

Loading

0 comments on commit 5a73ed8

Please sign in to comment.