You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2018. It is now read-only.
I cannot maintain the spec in its current form. Adding to the spec requires us to guess the next version number, create a directory with that number, copy over the files from the previous version and start updating. This prevents us from using diff as we need to among other issues.
Proposal
Use release tags like everyone else. We have none.
Create a branch with each release for any bugfixes required after release. This allows us to fix something in version n.0 (typo, etc) and create a new release tagged n.1.
Host the current spec on an external site like readthedocs.org or projectatomic.io. We will direct users there.
Master is latest. Any changes are pushed to master.
Implementation
Create a 0.0.1 release branch from the last 0.0.1 commit.
Tag a 0.0.1 release from the last 0.0.1 commit.
Create a 0.0.2 release branch from the last 0.0.2 commit.
Tag a 0.0.2 release from the last 0.0.2 commit.
Commit a change to master that compresses directory into a single directory. Proposed new layout:
I cannot maintain the spec in its current form. Adding to the spec requires us to guess the next version number, create a directory with that number, copy over the files from the previous version and start updating. This prevents us from using diff as we need to among other issues.
Proposal
Implementation
ACK?
The text was updated successfully, but these errors were encountered: