Skip to content

Commit

Permalink
Add DCR 1.8.0 and DEX 0.6 software releases (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
jholdstock authored Aug 2, 2023
1 parent 95d9dca commit c736096
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Tests
run: ./bin/test.sh
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Build the Docker image
run: docker build -t decred/dcrweb:$(date +%s) .
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# dcrweb

[![Build Status](https://travis-ci.org/decred/dcrweb.png?branch=master)](https://travis-ci.org/decred/dcrweb)
[![Build Status](https://github.com/decred/dcrweb/actions/workflows/build.yml/badge.svg)](https://github.com/decred/dcrweb/actions/workflows/build.yml)
[![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org)

## Overview
Expand Down
18 changes: 18 additions & 0 deletions src/data/news/software_releases.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
-
Title: "Decred Release v1.8.0"
Permalink: "https://github.com/decred/decred-binaries/releases/tag/v1.8.0"
Params:
sortDate: "2023-06-13 16:00:22"
icon: "releaseUpdates.svg"
-
Title: "DCRDEX Release v0.6.2"
Permalink: "https://github.com/decred/dcrdex/releases/tag/v0.6.2"
Params:
sortDate: "2023-06-20 04:29:48"
icon: "releaseUpdates.svg"
-
Title: "DCRDEX Release v0.6.1"
Permalink: "https://github.com/decred/dcrdex/releases/tag/v0.6.1"
Params:
sortDate: "2023-05-05 04:29:48"
icon: "releaseUpdates.svg"
-
Title: "Decred Release v1.7.7"
Permalink: "https://github.com/decred/decred-binaries/releases/tag/v1.7.7"
Expand Down

0 comments on commit c736096

Please sign in to comment.