Skip to content

Commit

Permalink
Update releasing.md (actualbudget#270)
Browse files Browse the repository at this point in the history
Co-authored-by: shall0pass <20625555+shall0pass@users.noreply.github.com>
  • Loading branch information
MatissJanis and shall0pass authored Oct 19, 2023
1 parent 46092de commit f634dc9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,20 @@ jobs:
use_magic_file: 1
experimental_apply_changes_via_bot: 1
use_sarif: 1
extra_dictionary_limit: 10
extra_dictionary_limit: 12
check_extra_dictionaries: ''
extra_dictionaries:
cspell:cpp/src/cpp.txt
cspell:software-terms/src/software-terms.txt
cspell:python/src/python/python-lib.txt
cspell:php/php.txt
cspell:node/node.txt
cspell:npm/npm.txt
cspell:typescript/typescript.txt
cspell:filetypes/filetypes.txt
cspell:html/html.txt
cspell:aws/aws.txt
cspell:typescript/dict/typescript.txt
cspell:npm/dict/npm.txt
cspell:fullstack/dict/fullstack.txt
cspell:html/dict/html.txt
cspell:css/dict/css.txt

comment-push:
name: Report (Push)
Expand Down
4 changes: 1 addition & 3 deletions docs/contributing/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,5 @@ This automation will also delete all the outdated release note files from the `u
Once you’ve merged and tagged the release, go to the releases page and publish a new release. Use this as the body of the release note:

```markdown
:link: [View release notes](https://actualbudget.github.io/docs/Release-Notes#2330)
:link: [View release notes](https://actualbudget.org/blog/release-23.10.0)
```

Replace `2330` with the version number of the release you’re releasing, with all the periods removed.

0 comments on commit f634dc9

Please sign in to comment.