Skip to content

Commit

Permalink
(MINOR) Test a vrsion bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiefdhurst committed Dec 21, 2023
1 parent 10e88fd commit 2e3e95f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
id: calculate
uses: paulhatch/[email protected]
with:
major_pattern: "/^(break|release)/"
minor_pattern: "/^(feature|new|add|update)/"
version_format: "${major}.${minor}.${patch}"
debug: true
# - name: Calculate Next Version
# id: calculate
# if: "contains(steps.latest.outputs.release, '.')"
Expand Down
2 changes: 1 addition & 1 deletion journal.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

func main() {
const version = "0.8"
const version = "0.7.4"

// Set CWD
os.Chdir(os.Getenv("GOPATH") + "/src/github.com/jamiefdhurst/journal")
Expand Down
2 changes: 1 addition & 1 deletion web/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "journal",
"version": "0.7.2",
"version": "0.7.4",
"description": "Journal",
"main": "gulpfile.js",
"scripts": {
Expand Down

0 comments on commit 2e3e95f

Please sign in to comment.