Skip to content

Commit

Permalink
Merge pull request #122 from rmpowell77/issue/115
Browse files Browse the repository at this point in the history
issue #115: Increment RELEASE_INSTRUCTIONS to 0.1.3
  • Loading branch information
rmpowell77 authored Jun 9, 2023
2 parents 7971c3b + 9687ce2 commit 59e4da2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LATEST_RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# wxUI release notes for v0.1.2
# wxUI release notes for v0.1.3

Bugs addressed in this release:

Expand Down
6 changes: 3 additions & 3 deletions RELEASE_INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ docs/src/make_md.py docs/src/docs/ProgrammersGuide.md > docs/ProgrammersGuide.md

wxUI uses CMake and Github actions to automate the release process. When you push a tag for the repository, github will build and package the release.

The current version is 0.1.2. In all commands below, substitute that number for `$VER` (meaning when you read `$VER`, type 0.1.2)
The current version is 0.1.3. In all commands below, substitute that number for `$VER` (meaning when you read `$VER`, type 0.1.3)

1. Prebuild the project to make sure its working

Expand All @@ -30,8 +30,8 @@ The current version is 0.1.2. In all commands below, substitute that number for
3. Tag the depot

```
$ git tag -a v0.1.2 -m "wxUI-0.1.2"
$ git push origin v0.1.2
$ git tag -a v0.1.3 -m "wxUI-0.1.3"
$ git push origin v0.1.3
```

This should trigger the github action, which should publish release notes in Draft form.
Expand Down

0 comments on commit 59e4da2

Please sign in to comment.