summaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-05-23 10:47:58 +0100
committerVincent Sanders <vince@kyllikki.org>2020-05-23 10:47:58 +0100
commit4c0b52a7d37e05dba9b6c8fe3ef2ef0f9e566938 (patch)
tree6224661262802718594022af0e38f4ec04feb50e /release
parentad2d55e5dcdc45785c6584bb52adab52aa0355eb (diff)
downloadnetsurf-wiki-4c0b52a7d37e05dba9b6c8fe3ef2ef0f9e566938.tar.gz
netsurf-wiki-4c0b52a7d37e05dba9b6c8fe3ef2ef0f9e566938.tar.bz2
maybe fix escaping in core builsystem release notes
Diffstat (limited to 'release')
-rw-r--r--release/corebuildsystem.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/release/corebuildsystem.mdwn b/release/corebuildsystem.mdwn
index 5d54ed0..70e3d43 100644
--- a/release/corebuildsystem.mdwn
+++ b/release/corebuildsystem.mdwn
@@ -5,16 +5,16 @@
# Release process for projects using buildsystem
We perform all releases from git simply by pushing a
-release/\<version number\> tag
+`release/<version number>` tag
Before creating the tag you should do some basic checks
-check the COMPONENT\_VERSION in the root Makefile matches the version
+check the `COMPONENT_VERSION` in the root Makefile matches the version
number you are releasing, if not change it and commit it so it does.
Any files that should not be put in the distribution archive must be
-placed in the .gitattributes file, as a minimum it should contain
-attributes for the .gitignore and gitattributes files e.g.
+placed in the `.gitattributes` file, as a minimum it should contain
+attributes for the `.gitignore` and gitattributes files e.g.
.gitignore export-ignore
.gitattributes export-ignore