summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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