We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ac1631 + 6f8d45c commit 37d6899Copy full SHA for 37d6899
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
- name: pull-request-action
36
- uses: vsoch/pull-request-action@1
+ uses: vsoch/pull-request-action@1.0.24
37
38
39
PULL_REQUEST_BRANCH: "main"
Makefile
@@ -7,7 +7,7 @@ MAKEFLAGS += --no-builtin-rules
7
MAKEFLAGS += -j$(NPROCS)
8
9
CURRENT_VERSION_MAJOR = 1
10
-CURRENT_VERSION_MINOR = 5
+CURRENT_VERSION_MINOR = 6
11
CURRENT_VERSION_BUG = 0
12
13
GIT_DESCRIBE := $(shell git describe)
0 commit comments