Skip to content

Commit 457ec12

Browse files
arvindsvchadlwilson
authored andcommitted
Add release dates in release notes
1 parent ac8a45c commit 457ec12

46 files changed

Lines changed: 56 additions & 2 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

source/assets/stylesheets/scss/_releases.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@
3131
}
3232
}
3333

34+
.release-date {
35+
float: right;
36+
display: inline;
37+
38+
& + h4 {
39+
margin: 0 0 30px 0;
40+
}
41+
}
42+
3443
.alert.warning {
3544
background-color: #e68489cc;
3645
padding: 10px;

source/partials/next_release/_release.md.erb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
<h4> some feature </h4>
1+
<div class="release-date">Released on 25 Apr, 2019</div>
2+
<h4>Some new feature!</h4>
23

3-
Some info abt the feature
4+
Some info about the feature
45

56
<h4>Other Improvements</h4>
67

source/partials/release_notes/_release-14-2-0.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<div class="release-date">Released on 13 Nov, 2014</div>
12
<h4>Enhancements</h4>
23
<ul>
34
<li><a href="https://github.com/gocd/gocd/pull/190">190</a> - Git post commit hook to trigger Go pipeline.

source/partials/release_notes/_release-14-3-0.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<div class="release-date">Released on 13 Nov, 2014</div>
12
<h4>New Features</h4>
23
<ul>
34
<li>

source/partials/release_notes/_release-14-4-0.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<div class="release-date">Released on 02 Jan, 2015</div>
12
<h4>New Features</h4>
23
<ul>
34
<li><a href="https://github.com/gocd/gocd/issues/719">719</a> - JSON message based Plugin APIs (docs - <a href="https://plugin-api.gocd.org/current/package-repo/">package</a>,

source/partials/release_notes/_release-15-1-0.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<div class="release-date">Released on 29 Apr, 2015</div>
12
<h4>New plugin endpoint for "Materials"</h4>
23
<p> This new plugin endpoint introduced in 15.1 allows Go's already long list of source code materials to be extended without making changes to the core! </p>
34
<p> Support for this endpoint brought along support for GitHub pull requests, contributed by an external contributor <a href="https://github.com/ashwanthkumar">@ashwanthkumar</a> (so exciting!), with support from a Go core contributor, <a href="https://github.com/srinivasupadhya/">@srinivasupadhya</a>.

source/partials/release_notes/_release-15-2-0.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<div class="release-date">Released on 14 Jul, 2015</div>
12
<h4>Improvements to the console log</h4>
23
<p>
34
GoCD now supports rendering of ANSI color codes to show you much more beautiful console logs. Additionally, Go will automatically follow the logs as your build produces it, very much like your favorite terminal program.

source/partials/release_notes/_release-15-3-1.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<div class="release-date">Released on 24 Dec, 2015</div>
12
<h4>What's new in GoCD 15.3.1</h4>
23
<p><span class="text-important">Important</span>: 15.3.1 has been removed from the downloads page because it had an <a href="https://github.com/gocd/gocd/issues/1753">issue</a> which could have caused problems during configuration save. The issue
34
mentioned is fixed in 16.1.0. The rest of the issues mentioned below are a part of 16.1.0 as well. We highly recommend upgrading to 16.1.0.</p>

source/partials/release_notes/_release-16-1-0.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<div class="release-date">Released on 18 Jan, 2016</div>
12
<h4>What's new in GoCD 16.1</h4>
23
<p>
34
We are moving to a more regular release schedule, and so you might see releases with mostly issues fixed, while bigger level features are in progress across releases.

source/partials/release_notes/_release-16-10-0.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<div class="release-date">Released on 27 Sep, 2016</div>
12
<h4>Agents page (Beta)</h4>
23

34
<p>This is a new page for managing agents, which should feel a lot more light weight and snappier than the existing agents page.</p>

0 commit comments

Comments
 (0)