Skip to content

Commit

Permalink
Final release process (revised) step I
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Sep 30, 2023
1 parent 71f1ea3 commit f876a3b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ about: Report a bug in Stack

Please follow the steps below for reporting a bug in Stack:

Make sure that you are using the latest release (currently Stack 2.11.1). See the
Make sure that you are using the latest release (currently Stack 2.13.1). See the
[upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade)
to upgrade.

Expand Down Expand Up @@ -45,7 +45,7 @@ stack <your command here> <args> --verbose

~~~text
stack --version
Version 2.11.1, Git revision c1167a6abc3f4978ccded5ba0246a57387da0e2f x86_64 hpack-0.35.2
Version 2.13.1, Git revision 8102bb8afce90fc954f48efae38b87f37cabc988 x86_64 hpack-0.36.0
~~~

### Method of installation
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Feature Request
about: Request a feature be added to Stack, or discuss such a feature
---

Make sure that you are using the latest release (currently Stack 2.11.1). See the
Make sure that you are using the latest release (currently Stack 2.13.1). See the
[upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade)
to upgrade.

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ the [stack-templates](https://github.com/commercialhaskell/stack-templates)
repository instead.

If you still want to ask the question here instead, please make sure that you
are using the latest release (currently Stack 2.11.1). See the
are using the latest release (currently Stack 2.13.1). See the
[upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade)
to upgrade.

### Stack version

~~~text
stack --version
Version 2.11.1, Git revision c1167a6abc3f4978ccded5ba0246a57387da0e2f x86_64 hpack-0.35.2
Version 2.13.1, Git revision 8102bb8afce90fc954f48efae38b87f37cabc988 x86_64 hpack-0.36.0
~~~

### Method of installation
Expand Down

0 comments on commit f876a3b

Please sign in to comment.