Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WG-NOTE does not generate Previous version header #303

Closed
fhirsch opened this issue Apr 7, 2014 · 1 comment
Closed

WG-NOTE does not generate Previous version header #303

fhirsch opened this issue Apr 7, 2014 · 1 comment
Labels
Milestone

Comments

@fhirsch
Copy link
Contributor

fhirsch commented Apr 7, 2014

Generating a WG-NOTE does not include a previous version header. It should, for example when previousPublishDate and previousMaturity are set.

This works fine for specStatus WD but fails for specStatus WG-NOTE

@darobin darobin modified the milestone: 3.2 Dec 23, 2014
@marcoscaceres
Copy link
Member

marcoscaceres commented Apr 19, 2016

This WFM. Tested using:

      var respecConfig = {
        specStatus: "WG-Note",
        editors: [{
          name: "Your Name",
          url: "http://your-site.com",
        }],
        processVersion: 2015,
        edDraftURI: "http://some.github.repo",
        shortName: "dahut",
        previousMaturity: "WD",
        previousPublishDate: "2014-12-12", 
      };

And seen output:
screenshot 2016-04-19 18 50 45

shikhar-scs pushed a commit to shikhar-scs/respec that referenced this issue Feb 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants