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

Write a release announcement for the website #659

Closed
cweagans opened this issue Nov 6, 2015 · 1 comment
Closed

Write a release announcement for the website #659

cweagans opened this issue Nov 6, 2015 · 1 comment
Milestone

Comments

@cweagans
Copy link
Member

cweagans commented Nov 6, 2015

I'll handle writing the initial draft of this if we can come up with a list of topics that should be mentioned. There's already some written down in the docs/ directory.

@cweagans cweagans self-assigned this Nov 6, 2015
@cweagans cweagans added this to the Initial release milestone Nov 6, 2015
@cweagans cweagans mentioned this issue Nov 6, 2015
7 tasks
masatake added a commit to masatake/ctags that referenced this issue Nov 15, 2015
This field is printed as R or D; R is for reference tag, and D is for
definition tag. This field is proposed by @shigio in universal-ctags#659 for GNU global.

Example output:

    $ cat input.sh
    source commonFuncs.sh
    foo()
    {
	    return 0
    }
    $ ./ctags -x --_xformat="%R %-16N %4n %-16F %C" --extra=+r --fields=+r input.sh
    D foo                 2 input.sh         foo()
    R commonFuncs.sh      1 input.sh         source commonFuncs.sh

Signed-off-by: Masatake YAMATO <[email protected]>
masatake added a commit to masatake/ctags that referenced this issue Nov 20, 2015
This field is printed as R or D; R is for reference tag, and D is for
definition tag. This field is proposed by @shigio in universal-ctags#659 for GNU global.

Example output:

    $ cat input.sh
    source commonFuncs.sh
    foo()
    {
	    return 0
    }
    $ ./ctags -x --_xformat="%R %-16N %4n %-16F %C" --extra=+r --fields=+r input.sh
    D foo                 2 input.sh         foo()
    R commonFuncs.sh      1 input.sh         source commonFuncs.sh

Signed-off-by: Masatake YAMATO <[email protected]>
@cweagans cweagans removed their assignment Nov 29, 2018
@masatake masatake modified the milestones: 1.0.0: focusing on binary distributions, Mn for 6.0 Nov 10, 2019
@masatake
Copy link
Member

Thank you for the offer.

I will release 6.0 soon.
However, I will not write a release announcement for the website.
I would like to minimize tasks for release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants