Skip to content

Commit

Permalink
don't show beta releases in list
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmerAL committed Jan 8, 2024
1 parent d30f3a5 commit 1b8c2f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions releases/releases.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ window.addEventListener('DOMContentLoaded', function (event) {
.then(function (releases) {
var container = document.getElementById('releases')
releases
.filter(rel => !rel.prerelease)
.slice(0, releaseCount)
.forEach(function (release, index) {
// display release info
Expand Down

0 comments on commit 1b8c2f4

Please sign in to comment.