Skip to content

Commit

Permalink
markup fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bkidwell committed May 14, 2012
1 parent 5d1e398 commit cc2573d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -37,7 +37,7 @@ Committing New Progress and Pulling Changes from Other Developers
Committing a New "Release" of Your Project Committing a New "Release" of Your Project
------------------------------------------ ------------------------------------------


1. There may be application changes that aren't covered in the source code for Forms, Macros, Modules, Queries, and Reports. To make sure these changes are recorded, Compact and Repair `Application.accdb` and zip it to `Application.zip` (replacing the old copy) using the Send to Compressed Folder command in Windows Explorer. Commit the new Application.zip to your repository with a commit message like "Full application binary for release [number]". 1. There may be application changes that aren't covered in the source code for Forms, Macros, Modules, Queries, and Reports. To make sure these changes are recorded, Compact and Repair `Application.accdb` and zip it to `Application.zip` (replacing the old copy) using the Send to Compressed Folder command in Windows Explorer. Commit the new `Application.zip` to your repository with a commit message like "Full application binary for release [number]".
2. Follow the usual steps in the previous section "Committing New Progress". 2. Follow the usual steps in the previous section "Committing New Progress".
3. Use your repository's "tag" function to tag your last commit with the release number/name. 3. Use your repository's "tag" function to tag your last commit with the release number/name.


Expand Down

0 comments on commit cc2573d

Please sign in to comment.