Skip to content

Commit

Permalink
Prepare alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rantanen committed Jun 8, 2020
1 parent d9d69bb commit 5043dbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+*'
branches:
- 'release-test-[0-9]+.[0-9]+.[0-9]+'

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proxide"
version = "0.2.0" # Keep the version near the top for CI purposes (release.yml)
version = "0.2.0-alpha.1" # Keep the version near the top for CI purposes (release.yml)
authors = ["Mikko Rantanen <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 5043dbb

Please sign in to comment.