eduncan911/podcast

Create release for v1.3.1

Reidsy opened this issue · 7 comments

With go modules being announced https://blog.golang.org/modules2019 go get will now download v1.3.0 because it is the most recent tag.

Can the lastest master be tagged with v1.3.1?

Ah hah. I missed that announcement.

That's a failure if my CICD pipeline, sorry about that.

Will do! I am currently out if the country for work without my personal laptop. So I'll have to wait until around Xmas when I am back.

Thanks @eduncan911

Enjoy your xmas.

As a workaround to this issue, the following can be added to go.mod to get the latest commit

require (
    github.com/eduncan911/podcast v0.0.0-20171210162110-10213c61cee5
)

Friendly poke. 😬

Ah yes, getting to this soon! Was playing with GitHub actions for a new CI pipeline which would auto-tag.

Thanks for the poke

Thanks for the quick reply. Does that also mean that this project is alive again?

Going to close this for now. About to make another release soon with all the changes once I verify the new code, tests, and github actions pipeline - to do it all for me going forward.

Going to also delete the develop branch as some don't follow it.