Changes between Version 2 and Version 3 of CommittingYourChanges


Ignore:
Timestamp:
07/01/15 10:43:13 (9 years ago)
Author:
jdreed
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CommittingYourChanges

    v2 v3  
    2020* Commit your changes, and push them to **your** remote.  Submit a pull request as [wiki:WorkingWithGithub described here], and wait for code review, or decide that this is important enough that it doesn't need code review. 
    2121 
     22Once your pull request is approved (or you have decided to approve it yourself): 
    2223* Tag your most recent commit with the version number (this MUST match the version number as described above). 
    2324 * `git tag -a 10.0.3 a4b5c6d7` 
     
    3738 * The upstream component of the version **must** match the tag in `master`, and the distro-specific component should be `-0debathena1`, incrementing the last digit as necessary, if there are packaging-only changes.  For example, using version `10.0.3` as above, the entry in `debian/changelog` should be `10.0.3-0debathena1`.   
    3839* Commit your changes. 
    39 **NOTE**: If the changes to packaging are more complicated than a new changelog entry (e.g. if you're changing maintainer scripts, or the `rules` file), push to **your** remote, and submit another pull request. 
     40 * If the changes to packaging are more complicated than a new changelog entry (e.g. if you're changing maintainer scripts, or the `rules` file), push to **your** remote, and submit another pull request. 
    4041* Push to `origin`: 
    4142 * `git push origin debian`